Skip to content

Commit

Permalink
spi: fsl-dspi: Remove probe info message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Stein authored and Mark Brown committed Sep 25, 2014
1 parent 6ba42ba commit 90f90bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-fsl-dspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90f90bb

Please sign in to comment.