PCI/ACPI: Request _OSC control before scanning PCI root bus
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Tue, 30 Oct 2012 06:27:13 +0000 (15:27 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 7 Nov 2012 16:58:46 +0000 (09:58 -0700)
commit8c33f51df406e1a1f7fa4e9b244845b7ebd61fa6
treea9d52e96f6e269b5d19f1241fc04e61cd22c82c4
parent642c92da36ae0bed3c31fdd408411ab95f4e326b
PCI/ACPI: Request _OSC control before scanning PCI root bus

This patch moves up the code block to request _OSC control in order to
separate ACPI work and PCI work in acpi_pci_root_add().

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/acpi/pci_root.c