diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-28 16:33:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-28 20:14:59 +0200 |
commit | 8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa (patch) | |
tree | 678ff9f327f2d5618c9d100fbec40e81d0442319 /drivers/spi | |
parent | Linux 3.11-rc2 (diff) | |
download | linux-8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa.tar.xz linux-8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa.zip |
spi/sh-hspi: Remove noisy print
This adds no meaningful value.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-sh-hspi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index 716edf999538..daf2bf2bb59d 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c @@ -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: |