tree 368cf8017e09413fc27a514b1eed761c5aa23fde
parent ff6fdc37fbe66e24ef9ad7c23a278ff757480dda
author Takashi Iwai <[EMAIL PROTECTED]> Mon, 27 Jun 2005 15:07:33 +0200
committer Jaroslav Kysela <[EMAIL PROTECTED]> Thu, 28 Jul 2005 12:09:35 +0200

[ALSA] trident - Shut up compile warnings

Trident driver
Shut up compile warnings about uninitialized variables.

Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>

 sound/pci/trident/trident_main.c |    1 +
 1 files changed, 1 insertion(+)

diff --git a/sound/pci/trident/trident_main.c b/sound/pci/trident/trident_main.c
--- a/sound/pci/trident/trident_main.c
+++ b/sound/pci/trident/trident_main.c
@@ -472,6 +472,7 @@ void snd_trident_write_voice_regs(triden
                break;
        default:
                snd_BUG();
+               return;
        }
 
        outb(voice->number, TRID_REG(trident, T4D_LFO_GC_CIR));
-
To unsubscribe from this list: send the line "unsubscribe bk-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