PCI/ACPI: Correct error message for ASPM disabling
authorSinan Kaya <okaya@kernel.org>
Fri, 10 Aug 2018 04:32:11 +0000 (04:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2019 08:52:26 +0000 (09:52 +0100)
commit99722d146c94de7d470576141dfe6a459515f997
tree9a340a9ac9f9b0f128e460035b8a4d5001fe84db
parentebaf6c4a1ed9135fc93d5d996e19fc16736eb702
PCI/ACPI: Correct error message for ASPM disabling

[ Upstream commit 1ad61b612b95980a4d970c52022aa01dfc0f6068 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/pci_root.c