diff options
| author | Hal Feng <[email protected]> | 2025-09-01 16:24:18 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-09-19 19:12:19 +0800 |
| commit | cb1a70a856a53a435c7bb75d211ec51fa2855011 (patch) | |
| tree | b64fe20c36b0bffa20455bc494479140c59cbbb4 /drivers/pci | |
| parent | 686b48af6d6f4e33f10dc707e9a8c8213b682348 (diff) | |
pcie: starfive: Remove the redundant print of probe success
The dev_err() is used incorrectly and we don't need the driver
to state probe success.
Signed-off-by: Hal Feng <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers/pci')
| -rw-r--r-- | drivers/pci/pcie_starfive_jh7110.c | 2 |
1 files changed, 0 insertions, 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; } |
