[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 08 of 14] Properly compare "pci" token when groking serial port config
>>> On 23.11.11 at 22:11, Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> wrote: > xen/drivers/char/ns16550.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > Signed-off-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> This regression fix (from c/s 23679:cf7e1746bdb7) should probably go in right away. Acked-by: Jan Beulich <jbeulich@xxxxxxxx> > diff -r 25d27decfdcc -r 7e8211d0f41d xen/drivers/char/ns16550.c > --- a/xen/drivers/char/ns16550.c > +++ b/xen/drivers/char/ns16550.c > @@ -554,7 +554,7 @@ static void __init ns16550_parse_port_co > if ( *conf == ',' ) > { > conf++; > - if ( strncmp(conf, "pci", 5) == 0 ) > + if ( strncmp(conf, "pci", 3) == 0 ) > { > if ( pci_uart_config(uart, 1/* skip AMT */, uart - ns16550_com) > ) > return; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |