kernel/drivers/pci/pcie/dpc.c
.. .. @@ -170,8 +170,8 @@ 170 170 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, 171 171 PCI_EXP_DPC_STATUS_TRIGGER); 172 172 173 - if (!pcie_wait_for_link(pdev, true)) {174 - pci_info(pdev, "Data Link Layer Link Active not set in 1000 msec\n");173 + if (pci_bridge_wait_for_secondary_bus(pdev, "DPC",174 + PCIE_RESET_READY_POLL_MS)) {175 175 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); 176 176 ret = PCI_ERS_RESULT_DISCONNECT; 177 177 } else {