commit | 1ad61b612b95980a4d970c52022aa01dfc0f6068 | [log] [tgz] |
---|---|---|
author | Sinan Kaya <okaya@kernel.org> | Fri Aug 10 04:32:11 2018 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 17 16:32:24 2018 -0500 |
tree | 597bc611483f9d0316a33a16fc1132a09e71cefd | |
parent | aeae4f3e5c38d47bdaef50446dc0ec857307df68 [diff] |
PCI/ACPI: Correct error message for ASPM disabling If _OSC execution fails today for platforms without an _OSC entry, code is printing a misleading message saying disabling ASPM as follows: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM We need to ensure that platform supports ASPM to begin with. Reported-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>