[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <s5hh9w9fvry.wl-tiwai@suse.de>
Date: Fri, 02 Jan 2015 09:10:09 +0100
From: Takashi Iwai <tiwai@...e.de>
To: Shakil A Khan <shakilk1729@...il.com>
Cc: lgirdwood@...il.com, broonie@...nel.org, perex@...ex.cz,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Removed unused variable i from sound/soc/soc-pcm.c Signed-off-by: Shakil A Khan <shakilk1729@...il.com>
At Thu, 1 Jan 2015 09:01:21 -0800,
Shakil A Khan wrote:
>
> ---
> sound/soc/soc-pcm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
> index d6e8d6b..6b0136e 100644
> --- a/sound/soc/soc-pcm.c
> +++ b/sound/soc/soc-pcm.c
> @@ -304,7 +304,7 @@ static bool soc_pcm_has_symmetry(struct snd_pcm_substream *substream)
> static void soc_pcm_set_msb(struct snd_pcm_substream *substream, int bits)
> {
> struct snd_soc_pcm_runtime *rtd = substream->private_data;
> - int ret, i;
> + int ret;
Thanks, but this has been already fixed.
Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists