From: Alexander Stein Date: Thu, 25 Sep 2014 11:32:24 +0000 (+0200) Subject: spi: fsl-dspi: Remove probe info message X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90f90bbb6049db243289f31800e750b2ce160322;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Mark Brown --- 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: