Skip to content

Commit 82bedbf

Browse files
haokexinbroonie
authored andcommitted
spi: fsl-spi: Remove redundant probe error message
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>
1 parent 5d07ab2 commit 82bedbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/spi-fsl-qspi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ static int fsl_qspi_probe(struct platform_device *pdev)
963963
err_put_ctrl:
964964
spi_controller_put(ctlr);
965965

966-
dev_err(dev, "Freescale QuadSPI probe failed\n");
967966
return ret;
968967
}
969968

0 commit comments

Comments
 (0)