@Musbach:
decode_osc_support(root, "OS supports", support); status = acpi_pci_osc_support(root, support); if (ACPI_FAILURE(status)) { dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", acpi_format_exception(status)); *no_aspm = 1; return; }
Please explain how this is a kernel bug when it is a firmware issue and I'll be happy to figure out a fix.
@Musbach:
status = acpi_pci_
if (ACPI_FAILURE(
}
Please explain how this is a kernel bug when it is a firmware issue and I'll be happy to figure out a fix.