ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID
authorEiichiro Oiwa <eiichiro.oiwa.nm@hitachi.com>
Mon, 2 Oct 2006 15:18:03 +0000 (19:18 +0400)
committerLen Brown <len.brown@intel.com>
Sat, 14 Oct 2006 06:13:38 +0000 (02:13 -0400)
commitaeb1104814e1177b865eec4f4b364602f5fcb6d1
tree6800a54587029f0281705076ca9775c31b119d9a
parentb4bd8c66435a8cdf8c90334fb3b517a23ff2ab95
ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID

I could not get correct PCI Express bus number from the structure of
acpi_object_extra. I always get zero as bus number regardless of bus
location. I found that there is incorrect comparison with _HID (PNP0A08) in
acpi/events/evrgnini.c and PCI Express _BBN method always fail.
Therefore, we always get zero as PCI Express bus number.
http://bugzilla.kernel.org/show_bug.cgi?id=7145

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/events/evrgnini.c