Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ceac4bf34e14d9040d16b35fd97a92d6e951ccf4
Commit:     ceac4bf34e14d9040d16b35fd97a92d6e951ccf4
Parent:     54720a2481e67e622d5ee40a5130fd45f5c57c14
Author:     Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 10:49:43 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:29:12 2008 +0100

    [ALSA] Dreamcast AICA sound - Get rid of annoying compiler warning
    
    This patch supresses an annoying compiler warning that the variable
    err may be used uninitialised.
    Signed-off by: Adrian McMenamin <[EMAIL PROTECTED]>
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/sh/aica.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to