summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-02-24 22:15:07 -0800
committerMark Brown <broonie@linaro.org>2014-03-03 10:19:21 +0900
commit98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931 (patch)
tree970df5538eeaa8fe0625ee0e56082cf218028451 /sound/soc/sh
parent5da39cf30454bbf3e92f56935e7d137e5bd2c830 (diff)
downloadlinux-stable-98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931.tar.gz
linux-stable-98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931.tar.bz2
linux-stable-98455ed5ddbfbcbcd0adb300c6cb1964ed0a6931.zip
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')
-rw-r--r--sound/soc/sh/rcar/scu.c1
-rw-r--r--sound/soc/sh/rcar/ssi.c2
2 files changed, 0 insertions, 3 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;
}
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c
index 2460c9f564de..38a62a883b83 100644
--- a/sound/soc/sh/rcar/ssi.c
+++ b/sound/soc/sh/rcar/ssi.c
@@ -589,8 +589,6 @@ int rsnd_ssi_probe(struct platform_device *pdev,
rsnd_ssi_parent_clk_setup(priv, ssi);
}
- dev_dbg(dev, "ssi probed\n");
-
return 0;
}