Re: [PATCH 1/1] - acpi_boot_init() making bad check on return code

2007-02-16 Thread Len Brown
Applied. thanks, -Len On Friday 16 February 2007 16:07, John Keller wrote: > acpi_boot_init() is making a bad check on the return > status from acpi_table_parse(). acpi_table_parse() now > returns zero on success, one on failure. > > Signed-off-by: Aaron Young <[EMAIL PROTECTED]> > --- > >

[PATCH 1/1] - acpi_boot_init() making bad check on return code

2007-02-16 Thread John Keller
acpi_boot_init() is making a bad check on the return status from acpi_table_parse(). acpi_table_parse() now returns zero on success, one on failure. Signed-off-by: Aaron Young <[EMAIL PROTECTED]> --- Index: release/arch/ia64/kernel/acpi.c

[PATCH 1/1] - acpi_boot_init() making bad check on return code

2007-02-16 Thread John Keller
acpi_boot_init() is making a bad check on the return status from acpi_table_parse(). acpi_table_parse() now returns zero on success, one on failure. Signed-off-by: Aaron Young [EMAIL PROTECTED] --- Index: release/arch/ia64/kernel/acpi.c

Re: [PATCH 1/1] - acpi_boot_init() making bad check on return code

2007-02-16 Thread Len Brown
Applied. thanks, -Len On Friday 16 February 2007 16:07, John Keller wrote: acpi_boot_init() is making a bad check on the return status from acpi_table_parse(). acpi_table_parse() now returns zero on success, one on failure. Signed-off-by: Aaron Young [EMAIL PROTECTED] --- Index: