projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba42ba
)
spi: fsl-dspi: Remove probe info message
author
Alexander Stein
<alexander.stein@systec-electronic.com>
Thu, 25 Sep 2014 11:32:24 +0000
(13:32 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 25 Sep 2014 12:49:17 +0000
(13:49 +0100)
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>
drivers/spi/spi-fsl-dspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-fsl-dspi.c
b/drivers/spi/spi-fsl-dspi.c
index ebc4d1fd76e2549f29b35817d50db043c13f86f2..1cdef8e0876bb55dceedbd7d6e8778ea52af066b 100644
(file)
--- 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: