mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
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: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6ba42ba608
commit
90f90bbb60
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user