From: Taku Izumi Date: Fri, 17 Oct 2008 04:51:53 +0000 (+0900) Subject: ACPI/PCI: Fix return value of acpi_cuery_osc() X-Git-Tag: v2.6.28-rc1~29^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab20440c376ff0454cb93904a888212d874fbb6b;p=pandora-kernel.git ACPI/PCI: Fix return value of acpi_cuery_osc() If acpi_query_osc() returns other than AE_OK, __pci_osc_support_set() stops scanning ACPI objects to evaluate _OSC. This prevents subsequent _OSCs from being evaluated if some of root bridge doesn't have _OSC, for example. So acpi_query_osc() should return always AE_OK to evaluate all _OSC. Signed-off-by: Kenji Kaneshige Signed-off-by: Taku Izumi Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed