https://bugzilla.kernel.org/show_bug.cgi?id=206859
--- Comment #1 from Kai-Heng Feng (kai.heng.f...@canonical.com) --- Created attachment 287943 --> https://bugzilla.kernel.org/attachment.cgi?id=287943&action=edit dmesg with debug message logged with the following diff: diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index 0c02d500158f..b76daa330178 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c @@ -1197,6 +1197,7 @@ static void pci_acpi_optimize_delay(struct pci_dev *pdev, if (!obj) return; + pci_info(pdev, "DEBUG: %s %d %d\n", __func__, obj->type, obj->package.count); if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 5) { elements = obj->package.elements; if (elements[0].type == ACPI_TYPE_INTEGER) { -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla