aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-02-18 03:14:09 -0500
committerMark Brown <broonie@kernel.org>2016-02-19 10:53:02 -0500
commit1120dbff2abd3dd9ca3f0736d0690b9592cdadb3 (patch)
tree2eea7249c0c9229d354d2dcbc52125677ccd9750
parent0fbab951db17085fbb521b3a50550990b763bdf4 (diff)
ASoC: rsnd: indicates status failed SSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sh/rcar/ssi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c
index 592505a4bc13..a72ce284e34b 100644
--- a/sound/soc/sh/rcar/ssi.c
+++ b/sound/soc/sh/rcar/ssi.c
@@ -140,7 +140,8 @@ static void rsnd_ssi_status_check(struct rsnd_mod *mod,
140 udelay(50); 140 udelay(50);
141 } 141 }
142 142
143 dev_warn(dev, "status check failed\n"); 143 dev_warn(dev, "%s[%d] status check failed\n",
144 rsnd_mod_name(mod), rsnd_mod_id(mod));
144} 145}
145 146
146static int rsnd_ssi_irq(struct rsnd_mod *mod, 147static int rsnd_ssi_irq(struct rsnd_mod *mod,