Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90f90bbb authored by Alexander Stein's avatar Alexander Stein Committed by Mark Brown
Browse files

spi: fsl-dspi: Remove probe info message



Remove the probe info message which also has wrong output. No need to add
KERN_INFO to pr_info. Output was:
6Freescale DSPI master initialized

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6ba42ba6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -532,7 +532,6 @@ static int dspi_probe(struct platform_device *pdev)
		goto out_clk_put;
	}

	pr_info(KERN_INFO "Freescale DSPI master initialized\n");
	return ret;

out_clk_put: