Message ID | 1411644744-29371-1-git-send-email-alexander.stein@systec-electronic.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 90f90bbb6049db243289f31800e750b2ce160322 |
Headers | show |
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 --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:
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(-)