mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0ec0da744b
commit
c76964e810
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue