diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-02-24 22:15:07 -0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-03 10:19:21 +0900 |
commit | 98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931 (patch) | |
tree | 970df5538eeaa8fe0625ee0e56082cf218028451 /sound/soc/sh/rcar/scu.c | |
parent | 5da39cf30454bbf3e92f56935e7d137e5bd2c830 (diff) | |
download | linux-rt-98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931.tar.gz |
ASoC: rsnd: remove verbose debug message from scu/ssi
scu/ssi probe() already have more detail debug message.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/sh/rcar/scu.c')
-rw-r--r-- | sound/soc/sh/rcar/scu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c index 82d8b20a6ffb..882e837d39d1 100644 --- a/sound/soc/sh/rcar/scu.c +++ b/sound/soc/sh/rcar/scu.c @@ -663,7 +663,6 @@ int rsnd_scu_probe(struct platform_device *pdev, dev_dbg(dev, "SCU%d probed\n", i); } - dev_dbg(dev, "scu probed\n"); return 0; } |