[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8737c7j5zg.wl%kuninori.morimoto.gx@renesas.com>
Date: Mon, 15 May 2017 00:57:54 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Colin King <colin.king@...onical.com>
CC: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Vincent Abriou <vincent.abriou@...com>,
Jon Medhurst <tixy@...aro.org>,
Arnaud Pouliquen <arnaud.pouliquen@...com>,
<alsa-devel@...a-project.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"
Hi Colin
Cc Mark
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistake in dev_err message
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> sound/soc/codecs/hdmi-codec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c
> index 8c5ae1fc23a9..a3f15149afcf 100644
> --- a/sound/soc/codecs/hdmi-codec.c
> +++ b/sound/soc/codecs/hdmi-codec.c
> @@ -819,7 +819,7 @@ static int hdmi_codec_probe(struct platform_device *pdev)
> mutex_unlock(&hdmi_mutex);
>
> if (hd->cnt >= ARRAY_SIZE(hdmi_dai_name)) {
> - dev_err(dev, "too many hdmi codec are deteced\n");
> + dev_err(dev, "too many hdmi codec are detected\n");
> return -EINVAL;
> }
Thank you for your patch.
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
But, actually this feature (= detect many HDMI codec) is no longer needed.
And I will remove this feature soon.
The reason why I added this feature is that it was needed on previous synopsys
HDMI driver, but it exchanged probe style, so it is no longer needed.
And the reason why I didn't remove it until now is that it depends on OF-graph
sound card feature which was delayed by maintainer's review.
I can adjust (= remove feature patch) both with this patch / without this patch
Best regards
---
Kuninori Morimoto
Powered by blists - more mailing lists