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:
Fabio Estevam 2020-08-19 09:33:30 -03:00 committed by Mark Brown
parent 0ec0da744b
commit c76964e810
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View 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);