summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/scu.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-01-23 18:38:08 -0800
committerMark Brown <broonie@linaro.org>2014-02-03 12:41:15 +0000
commit92d9587ede108a7e73f80d0767aedf2c4edb47d8 (patch)
treed7498592ba2fb76e67c483d33c81695a80590f43 /sound/soc/sh/rcar/scu.c
parent0290d2a42cb476358303d05fbe2475dd50889907 (diff)
downloadlinux-92d9587ede108a7e73f80d0767aedf2c4edb47d8.tar.bz2
ASoC: rsnd: cleanup debug information method
rsnd_mod debug information is implemented in each callback functions now. But, it can be implemented in rsnd_mod_call(), and share this code. This patch adds it 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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c
index 9b9daa3821a3..e4b82ab31dca 100644
--- a/sound/soc/sh/rcar/scu.c
+++ b/sound/soc/sh/rcar/scu.c
@@ -300,8 +300,6 @@ static int rsnd_scu_start(struct rsnd_mod *mod,
if (ret < 0)
return ret;
- dev_dbg(dev, "%s%d start\n", rsnd_mod_name(mod), rsnd_mod_id(mod));
-
return 0;
}