Commit 1120dbff authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

ASoC: rsnd: indicates status failed SSI

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0fbab951
...@@ -140,7 +140,8 @@ static void rsnd_ssi_status_check(struct rsnd_mod *mod, ...@@ -140,7 +140,8 @@ static void rsnd_ssi_status_check(struct rsnd_mod *mod,
udelay(50); udelay(50);
} }
dev_warn(dev, "status check failed\n"); dev_warn(dev, "%s[%d] status check failed\n",
rsnd_mod_name(mod), rsnd_mod_id(mod));
} }
static int rsnd_ssi_irq(struct rsnd_mod *mod, static int rsnd_ssi_irq(struct rsnd_mod *mod,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment