diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index dddd30deea32..6ea01007031a 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -4986,7 +4986,7 @@ int pcie_retrain_link(struct pci_dev *pdev, bool use_lt) * avoid LTSSM race as recommended in Implementation Note at the * end of PCIe r6.0.1 sec 7.5.3.7. */ - rc = pcie_wait_for_link_status(pdev, use_lt, !use_lt); + rc = pcie_wait_for_link_status(pdev, true, false); if (rc) return rc;