Commit c76964e8 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

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: default avatarFabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20200819123330.22880-1-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0ec0da74
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment