diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-28 15:33:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-28 19:14:59 +0100 |
commit | 8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa (patch) | |
tree | 678ff9f327f2d5618c9d100fbec40e81d0442319 /drivers/spi | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b (diff) | |
download | linux-stable-8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa.tar.gz linux-stable-8e76fda3e1ea73bc47189ebc49d4228ec86fb1fa.tar.bz2 linux-stable-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: |