projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d07ab2
)
spi: fsl-spi: Remove redundant probe error message
author
Kevin Hao
<haokexin@gmail.com>
Thu, 10 Apr 2025 06:56:10 +0000
(14:56 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 10 Apr 2025 11:25:21 +0000
(12:25 +0100)
An error message is already emitted by the driver core function
call_driver_probe() when the driver probe fails. Therefore, this
redundant probe error message is removed.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Link:
https://patch.msgid.link/20250410-spi-v1-2-56e867cc19cf@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-qspi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-fsl-qspi.c
b/drivers/spi/spi-fsl-qspi.c
index 2f54dc09d11b1c56cfe57ceec8452fbb29322d3f..b5ecffcaf7955e2ec9bb3e2857f8bc14d73a2f90 100644
(file)
--- a/
drivers/spi/spi-fsl-qspi.c
+++ b/
drivers/spi/spi-fsl-qspi.c
@@
-963,7
+963,6
@@
err_disable_clk:
err_put_ctrl:
spi_controller_put(ctlr);
- dev_err(dev, "Freescale QuadSPI probe failed\n");
return ret;
}