aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-03-19 00:14:20 -0400
committerMark Brown <broonie@kernel.org>2015-03-22 14:12:16 -0400
commit072bd1e7e136e089e41c8cc2d2b2251ed60b5bcd (patch)
tree82cfc686d36db4902a63b33b1e9530e16baae522 /sound
parent639b231f866c6cc6dcefc33bcaf31e7554697186 (diff)
ASoC: rsnd: tidyup error message format
This driver sometimes fixups debug/error message format 30cc4faf703955cd5cd07da489bd817ae43e3fec (ASoC: rsnd: tidyup debug message format and timing) 337b0b4c5f415705f1b97df57cecfac45903449a (ASoC: rsnd: error meesage indicates its port) But, it still exist un-fomated error message. This patch fixup it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sh/rcar/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index 7be1602f57f3..cd78a17f9cf9 100644
--- a/sound/soc/sh/rcar/core.c
+++ b/sound/soc/sh/rcar/core.c
@@ -232,7 +232,7 @@ static int rsnd_dai_connect(struct rsnd_mod *mod,
232 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); 232 struct rsnd_priv *priv = rsnd_mod_to_priv(mod);
233 struct device *dev = rsnd_priv_to_dev(priv); 233 struct device *dev = rsnd_priv_to_dev(priv);
234 234
235 dev_err(dev, "%s%d is not empty\n", 235 dev_err(dev, "%s[%d] is not empty\n",
236 rsnd_mod_name(mod), 236 rsnd_mod_name(mod),
237 rsnd_mod_id(mod)); 237 rsnd_mod_id(mod));
238 return -EIO; 238 return -EIO;