From: Taku Izumi Date: Fri, 17 Oct 2008 04:49:46 +0000 (+0900) Subject: ACPI/PCI: Change pci_osc_control_set() to query control bits first X-Git-Tag: v2.6.28-rc1~29^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e39432f4df544d3dfe4fc90a22d87de64d15815;p=pandora-kernel.git ACPI/PCI: Change pci_osc_control_set() to query control bits first Current pci_osc_control_set() evaluates _OSC without query for control bits, unless __pci_osc_support_set() is called beforehand. But as strongly recommended in PCI firmware specification, it should query control bits first. This patch changes pci_osc_control_set() to query control bits first even if __pci_osc_support_set() is not called beforehand. Signed-off-by: Kenji Kaneshige Signed-off-by: Taku Izumi Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed