aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-08-19 09:33:30 -0300
committerMark Brown <broonie@kernel.org>2020-08-20 22:47:11 +0100
commitc76964e810a55c30cc407760d7cd79b5df53ecc6 (patch)
tree8c4a8a489b7a95da9b0954f3d3a5063bd907a58e /drivers/spi/spi-imx.c
parentspi: imx: Do not print an error when PIO is used (diff)
downloadlinux-dev-c76964e810a55c30cc407760d7cd79b5df53ecc6.tar.xz
linux-dev-c76964e810a55c30cc407760d7cd79b5df53ecc6.zip
spi: imx: Remove unneeded probe message
There is no point in printing a plain "probed" message on successful probe. Just remove it and make the kernel log a bit less noisy. Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20200819123330.22880-1-festevam@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-imx.c')
-rw-r--r--drivers/spi/spi-imx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c
index 96ef297760fc..197f60632072 100644
--- a/drivers/spi/spi-imx.c
+++ b/drivers/spi/spi-imx.c
@@ -1710,8 +1710,6 @@ static int spi_imx_probe(struct platform_device *pdev)
goto out_runtime_pm_put;
}
- dev_info(&pdev->dev, "probed\n");
-
pm_runtime_mark_last_busy(spi_imx->dev);
pm_runtime_put_autosuspend(spi_imx->dev);