Skip to content

Commit

Permalink
spi/sh-hspi: Remove noisy print
Browse files Browse the repository at this point in the history
This adds no meaningful value.

Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Mark Brown committed Jul 28, 2013
1 parent 3b2f64d commit 8e76fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/spi/spi-sh-hspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ static int hspi_probe(struct platform_device *pdev)

pm_runtime_enable(&pdev->dev);

dev_info(&pdev->dev, "probed\n");

return 0;

error1:
Expand Down

0 comments on commit 8e76fda

Please sign in to comment.