spi: imx: Remove unneeded probe message
authorFabio Estevam <festevam@gmail.com>
Wed, 19 Aug 2020 12:33:30 +0000 (09:33 -0300)
committerMark Brown <broonie@kernel.org>
Thu, 20 Aug 2020 21:47:11 +0000 (22:47 +0100)
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>
drivers/spi/spi-imx.c

index 96ef297..197f606 100644 (file)
@@ -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);