diff mbox

[1/1] spi: fsl-dspi: Remove probe info message

Message ID 1411644744-29371-1-git-send-email-alexander.stein@systec-electronic.com (mailing list archive)
State Accepted
Commit 90f90bbb6049db243289f31800e750b2ce160322
Headers show

Commit Message

Alexander Stein Sept. 25, 2014, 11:32 a.m. UTC
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>
---
 drivers/spi/spi-fsl-dspi.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Sept. 25, 2014, 12:49 p.m. UTC | #1
On Thu, Sep 25, 2014 at 01:32:24PM +0200, Alexander Stein wrote:
> 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

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/spi/spi-fsl-dspi.c b/drivers/spi/spi-fsl-dspi.c
index 5021ddf..110657f 100644
--- a/drivers/spi/spi-fsl-dspi.c
+++ b/drivers/spi/spi-fsl-dspi.c
@@ -535,7 +535,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: