]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driver
authorZhao Yakui <yakui.zhao@intel.com>
Fri, 3 Jul 2009 02:49:03 +0000 (10:49 +0800)
committerLen Brown <len.brown@intel.com>
Sun, 2 Aug 2009 16:24:59 +0000 (12:24 -0400)
commit6475f9f80ba3c5671ffd749c4880aa1d8a72f6fb
tree4e28998b273af066446134f5c8fc3b4f2cd04225
parent41507b2becbcf9f1ff030de81da41febffa840fa
ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driver

Don't treat the generic error as ACPI error code. Otherwise when the generic
code is returned, it will complain the following warning messag:
   >ACPI Exception (acpi_memhotplug-0171): UNKNOWN_STATUS_CODE,
Cannot get acpi bus device [20080609]
   >ACPI: Cannot find driver data
   > ACPI Error (utglobal-0127): Unknown exception code: 0xFFFFFFED [20080609]
   > Pid: 85, comm: kacpi_notify Not tainted 2.6.27.19-5-default #1
     Call Trace:
     [<ffffffff8020da29>] show_trace_log_lvl+0x41/0x58
     [<ffffffff8049a3da>] dump_stack+0x69/0x6f
    .....

At the same time when the generic error code is returned, the ACPI_EXCEPTION
is replaced by the printk.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpi_memhotplug.c