From: Kuninori Morimoto Date: Thu, 18 Feb 2016 08:14:09 +0000 (+0000) Subject: ASoC: rsnd: indicates status failed SSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1120dbff2abd3dd9ca3f0736d0690b9592cdadb3;p=linux-beck.git ASoC: rsnd: indicates status failed SSI Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- 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, 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,