The dev_err() is used incorrectly and we don't need the driver to state probe success.
Signed-off-by: Hal Feng <hal.f...@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