summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorAlexander Stein2014-09-25 13:32:24 +0200
committerMark Brown2014-09-25 14:49:17 +0200
commit90f90bbb6049db243289f31800e750b2ce160322 (patch)
tree73b222bccbaa8986dc0b2d6b2be4079294731900 /drivers/spi
parentMerge tag 'dt-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... (diff)
downloadkernel-qcow2-linux-90f90bbb6049db243289f31800e750b2ce160322.tar.gz
kernel-qcow2-linux-90f90bbb6049db243289f31800e750b2ce160322.tar.xz
kernel-qcow2-linux-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/spi')
-rw-r--r--drivers/spi/spi-fsl-dspi.c1
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: