mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Removed unused variable i from sound/soc/soc-pcm.c Signed-off-by: Shakil A Khan <shakilk1729@gmail.com>
@ 2015-01-01 17:01 Shakil A Khan
  2015-01-02  8:10 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Shakil A Khan @ 2015-01-01 17:01 UTC (permalink / raw)
  To: tiwai; +Cc: lgirdwood, broonie, perex, alsa-devel, linux-kernel, Shakil A Khan

---
 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;
 
 	if (!bits)
 		return;
-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Removed unused variable i from sound/soc/soc-pcm.c Signed-off-by: Shakil A Khan <shakilk1729@gmail.com>
  2015-01-01 17:01 [PATCH] Removed unused variable i from sound/soc/soc-pcm.c Signed-off-by: Shakil A Khan <shakilk1729@gmail.com> Shakil A Khan
@ 2015-01-02  8:10 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-01-02  8:10 UTC (permalink / raw)
  To: Shakil A Khan; +Cc: lgirdwood, broonie, perex, alsa-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-02  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-01 17:01 [PATCH] Removed unused variable i from sound/soc/soc-pcm.c Signed-off-by: Shakil A Khan <shakilk1729@gmail.com> Shakil A Khan
2015-01-02  8:10 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®