[PATCH v2] pcie: starfive: Remove the redundant print of probe success
Hal Feng
hal.feng at starfivetech.com
Mon Sep 1 10:24:18 CEST 2025
The dev_err() is used incorrectly and we don't need the driver
to state probe success.
Signed-off-by: Hal Feng <hal.feng at starfivetech.com>
---
drivers/pci/pcie_starfive_jh7110.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pci/pcie_starfive_jh7110.c b/drivers/pci/pcie_starfive_jh7110.c
index 51aca7359ff..0908ae16b67 100644
--- a/drivers/pci/pcie_starfive_jh7110.c
+++ b/drivers/pci/pcie_starfive_jh7110.c
@@ -292,8 +292,6 @@ static int starfive_pcie_probe(struct udevice *dev)
if (ret)
return ret;
- dev_err(dev, "Starfive PCIe bus probed.\n");
-
return 0;
}
base-commit: e4c8b32d03d7ecffd586b7d33336603ad639d7c0
--
2.43.2
More information about the U-Boot
mailing list