commit | 65afe91622c456560e20d57a779b807c20822e81 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Sep 05 15:07:43 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 23 17:40:46 2013 -0600 |
tree | 4c5706dfa23005a4876cb67370406f3be6587c0c | |
parent | 1b2a7be60eaaf17bc88368d748471dd70e40befd [diff] |
PCI/ACPI: Skip _OSC control tests if _OSC support call failed If the _OSC support notification fails, we will never request control (because "support == OSC_PCI_SEGMENT_GROUPS_SUPPORT", which doesn't include all the features in ACPI_PCIE_REQ_SUPPORT), so we can return early to simplify the code. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>