]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: rsnd: tidyup error message format
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 19 Mar 2015 04:14:20 +0000 (04:14 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 22 Mar 2015 18:12:16 +0000 (18:12 +0000)
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>
sound/soc/sh/rcar/core.c

index 7be1602f57f3b8f67048a36fb4e1e0071d714423..cd78a17f9cf971de29462d208958fe8e11b2e388 100644 (file)
@@ -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;