lkml.org 
[lkml]   [2007]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [alsa-devel] [PATCH] Dreamcast AICA sound - Get rid of annoying compiler warning
At Sun, 28 Oct 2007 14:27:04 +0000,
Adrian McMenamin wrote:
>
> This patch supresses an annoying compiler warning that the variable
> err may be used uninitialised.
>
> Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk>

Applied to ALSA tree now.

Thanks,

Takashi

>
>
> diff --git a/sound/sh/aica.c b/sound/sh/aica.c
> index 88dc840..8861d2f 100644
> --- a/sound/sh/aica.c
> +++ b/sound/sh/aica.c
> @@ -237,6 +237,7 @@ static int aica_dma_transfer(int channels, int buffer_size,
> struct snd_card_aica *dreamcastcard;
> struct snd_pcm_runtime *runtime;
> unsigned long flags;
> + err = 0;
> dreamcastcard = substream->pcm->private_data;
> period_offset = dreamcastcard->clicks;
> period_offset %= (AICA_PERIOD_NUMBER / channels);
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-10-29 11:11    [W:0.053 / U:0.852 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site