ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
authorAlex Hung <alex.hung@canonical.com>
Fri, 23 Feb 2018 05:43:44 +0000 (21:43 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Feb 2018 16:15:39 +0000 (17:15 +0100)
commit92d1b381f677cbd2d4370dc3b8d0679b7f0ace32
tree57e4a0e1660ab639136d4ed3778808dfee08b891
parent4a3928c6f8a53fa1aed28ccba227742486e8ddcb
ACPI / PCI: pci_link: Allow the absence of _PRS and change log level

In recent Intel hardware the IRQs become non-configurable after BIOS
initializes them in PEI phase and _PRS objects are no longer included in
ASL.

This is the same as "static (non-configurable) devices do not
specify a _PRS object" in ACPI spec. As a result, error messages
saying "ACPI Exception: AE_NOT_FOUND, Evaluating _PRS" does not need to
be in kernel messenges all the time but only when debug is enabled, and
acpi_pci_link_get_possible should not return -ENODEV when _PRS is
absent.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_link.c