ASoC: rsnd: indicates status failed SSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
0fbab951db
commit
1120dbff2a
|
@ -140,7 +140,8 @@ static void rsnd_ssi_status_check(struct rsnd_mod *mod,
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue