diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2014-09-25 07:32:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-25 08:49:17 -0400 |
commit | 90f90bbb6049db243289f31800e750b2ce160322 (patch) | |
tree | 73b222bccbaa8986dc0b2d6b2be4079294731900 | |
parent | 6ba42ba608df1e243d594a682073e783a57c95f5 (diff) |
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>
-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) | |||
532 | goto out_clk_put; | 532 | goto out_clk_put; |
533 | } | 533 | } |
534 | 534 | ||
535 | pr_info(KERN_INFO "Freescale DSPI master initialized\n"); | ||
536 | return ret; | 535 | return ret; |
537 | 536 | ||
538 | out_clk_put: | 537 | out_clk_put: |