[PATCH v1] pcie: starfive: Fix the incorrect use of dev_err()
Hal Feng
hal.feng at starfivetech.com
Wed Aug 27 05:11:56 CEST 2025
Use dev_info() instead of dev_err() when finishing the probe function.
Signed-off-by: Hal Feng <hal.feng at starfivetech.com>
---
drivers/pci/pcie_starfive_jh7110.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/pcie_starfive_jh7110.c b/drivers/pci/pcie_starfive_jh7110.c
index 51aca7359ff..f2256307ab3 100644
--- a/drivers/pci/pcie_starfive_jh7110.c
+++ b/drivers/pci/pcie_starfive_jh7110.c
@@ -292,7 +292,7 @@ static int starfive_pcie_probe(struct udevice *dev)
if (ret)
return ret;
- dev_err(dev, "Starfive PCIe bus probed.\n");
+ dev_info(dev, "StarFive PCIe bus probed\n");
return 0;
}
base-commit: 3dc5e9a0108bb114175b6362f9cb22367402f624
--
2.43.2
More information about the U-Boot
mailing list