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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0ec0da74
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);