PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 5 Sep 2013 21:07:41 +0000 (15:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 23 Sep 2013 23:40:46 +0000 (17:40 -0600)
commit3e43abb012d45dc284ef9a0fb0cea0fb004b5607
treed29b259491d921d99d14f701fc403c00dbfe3176
parent4ffe6e54b0ce259d254e7740a7a4a99dad14a484
PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()

This doesn't change any of the _OSC code; it just moves it out into
a new function so it doesn't clutter acpi_pci_root_add() so much.  This
also enables future simplifications.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_root.c
This page took 0.028293 seconds and 5 git commands to generate.