projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbab95
)
ASoC: rsnd: indicates status failed SSI
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 18 Feb 2016 08:14:09 +0000
(08:14 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 19 Feb 2016 15:53:02 +0000
(
00:53
+0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/rcar/ssi.c
b/sound/soc/sh/rcar/ssi.c
index
592505a
..
a72ce28
100644
(file)
--- 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,