]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPI/PCI: Change pci_osc_control_set() to query control bits first
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Fri, 17 Oct 2008 04:49:46 +0000 (13:49 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Oct 2008 23:42:33 +0000 (16:42 -0700)
commit4e39432f4df544d3dfe4fc90a22d87de64d15815
treef6a1ff58584fa4c785fab0a11ac54a7d1890fd77
parent9778c14b4ca2c81e437fc2fd2b1f3d676937db27
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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-acpi.c