diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2014-09-25 13:32:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-25 13:49:17 +0100 |
commit | 90f90bbb6049db243289f31800e750b2ce160322 (patch) | |
tree | 73b222bccbaa8986dc0b2d6b2be4079294731900 /drivers | |
parent | 6ba42ba608df1e243d594a682073e783a57c95f5 (diff) | |
download | linux-stable-90f90bbb6049db243289f31800e750b2ce160322.tar.gz linux-stable-90f90bbb6049db243289f31800e750b2ce160322.tar.bz2 linux-stable-90f90bbb6049db243289f31800e750b2ce160322.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-fsl-dspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-dspi.c b/drivers/spi/spi-fsl-dspi.c index ebc4d1fd76e2..1cdef8e0876b 100644 --- a/drivers/spi/spi-fsl-dspi.c +++ b/drivers/spi/spi-fsl-dspi.c @@ -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: |