On 6/2/2020 7:21 PM, Sean V Kelley wrote: Thanks, >> - dev_info(&device->dev, "_OSC failed (%s)%s\n", >> - acpi_format_exception(status), >> - pcie_aspm_support_enabled() ? "; disabling ASPM" : ""); >> + dev_info(&device->dev, "_OSC: platform retains control of >> PCIe features (%s)\n", >> + acpi_format_exception(status)); >> return; >> } >> >> @@ -516,7 +515,7 @@ static void negotiate_os_control(struct >> acpi_pci_root *root, int *no_aspm, >> } else { >> decode_osc_control(root, "OS requested", requested); >> decode_osc_control(root, "platform willing to grant", control); >> - dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", >> + dev_info(&device->dev, "_OSC: platform retains control of >> PCIe features (%s)\n", >> acpi_format_exception(status)); >> > feel free to include my reviewed by. Reviewed-by: Sinan Kaya <okaya@xxxxxxxxxx>