mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] pci: pcie-designware: Do not consider missing PCI device as an error
@ 2024-12-03  8:17 Alexander Shiyan
  2024-12-06 10:09 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2024-12-03  8:17 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

The PCI device may not be present on the target board.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 drivers/pci/pcie-designware.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/pcie-designware.c b/drivers/pci/pcie-designware.c
index 72820de282..b9bac9c4f2 100644
--- a/drivers/pci/pcie-designware.c
+++ b/drivers/pci/pcie-designware.c
@@ -250,7 +250,7 @@ int dw_pcie_wait_for_link(struct dw_pcie *pci)
 			break;
 	}
 
-	dev_err(pci->dev, "Phy link never came up\n");
+	dev_info(pci->dev, "Phy link never came up\n");
 
 	return -ETIMEDOUT;
 }
-- 
2.39.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-06 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-03  8:17 [PATCH] pci: pcie-designware: Do not consider missing PCI device as an error Alexander Shiyan
2024-12-06 10:09 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox