summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-03-19 04:14:20 +0000
committerMark Brown <broonie@kernel.org>2015-03-22 18:12:16 +0000
commit072bd1e7e136e089e41c8cc2d2b2251ed60b5bcd (patch)
tree82cfc686d36db4902a63b33b1e9530e16baae522 /sound
parent639b231f866c6cc6dcefc33bcaf31e7554697186 (diff)
downloadop-kernel-dev-072bd1e7e136e089e41c8cc2d2b2251ed60b5bcd.zip
op-kernel-dev-072bd1e7e136e089e41c8cc2d2b2251ed60b5bcd.tar.gz
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 7be1602..cd78a17 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,
struct rsnd_priv *priv = rsnd_mod_to_priv(mod);
struct device *dev = rsnd_priv_to_dev(priv);
- dev_err(dev, "%s%d is not empty\n",
+ dev_err(dev, "%s[%d] is not empty\n",
rsnd_mod_name(mod),
rsnd_mod_id(mod));
return -EIO;
OpenPOWER on IntegriCloud