All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Simon <horms@verge.net.au>, shiiba <naoya.shiiba.nx@renesas.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Das Biju <biju.das@bp.renesas.com>
Subject: [PATCH 06/10 v3] ASoC: rsnd: tidyup error message format
Date: Thu, 19 Mar 2015 04:14:20 +0000	[thread overview]
Message-ID: <87egolei9q.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87mw39eide.wl%kuninori.morimoto.gx@renesas.com>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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>
---
v2 -> v3

 - no change

 sound/soc/sh/rcar/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index be03474..54042d9 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;
-- 
1.9.1

  parent reply	other threads:[~2015-03-19  4:14 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19  4:12 [PATCH 00/10 v3] ASoC: Renesas adds DPCM based sampling rate convert Kuninori Morimoto
2015-03-19  4:12 ` [PATCH 01/10 v3] ASoC: core: add snd_soc_get_dai_drv() to get DAI driver Kuninori Morimoto
2015-03-22 18:08   ` Mark Brown
2015-03-23  7:14     ` Kuninori Morimoto
2015-03-23 19:01       ` Mark Brown
2015-03-24  0:06         ` Kuninori Morimoto
2015-03-19  4:13 ` [PATCH 02/10 v3] ASoC: rsrc-card: add Renesas sampling rate convert sound card support Kuninori Morimoto
2015-03-19  4:13 ` [PATCH 03/10 v3] ASoC: rsrc-card: add .be_hw_params_fixup support for convert rate Kuninori Morimoto
2015-03-19  4:13 ` [PATCH 04/10 v3] ASoC: rsnd: no more SSI restart when unusual situation Kuninori Morimoto
2015-03-22 18:12   ` Mark Brown
2015-03-19  4:14 ` [PATCH 05/10 v3] ASoC: rsnd: no more SRC " Kuninori Morimoto
2015-03-22 18:12   ` Mark Brown
2015-03-19  4:14 ` Kuninori Morimoto [this message]
2015-03-22 18:12   ` [PATCH 06/10 v3] ASoC: rsnd: tidyup error message format Mark Brown
2015-03-19  4:14 ` [PATCH 07/10 v3] ASoC: rsnd: show debug info for sampling rate convert Kuninori Morimoto
2015-03-22 18:13   ` Mark Brown
2015-03-19  4:15 ` [PATCH 08/10 v3] ASoC: rsnd: don't call clk_prepare_enable/unprepare() from inside spin lock Kuninori Morimoto
2015-03-22 18:20   ` Mark Brown
2015-03-23  8:07     ` Kuninori Morimoto
2015-03-23  9:03     ` Kuninori Morimoto
2015-03-19  4:15 ` [PATCH 09/10 v3] ASoC: rsnd: add dai_link stream name Kuninori Morimoto
2015-03-22 18:20   ` Mark Brown
2015-03-19  4:15 ` [PATCH 10/10 v3] ASoC: rsnd: add DPCM based sampling rate convert Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87egolei9q.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=biju.das@bp.renesas.com \
    --cc=broonie@kernel.org \
    --cc=horms@verge.net.au \
    --cc=lgirdwood@gmail.com \
    --cc=naoya.shiiba.nx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.