]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/synth/emux/emux.c
Pull context-bitmap into release branch
[linux-2.6-omap-h63xx.git] / sound / synth / emux / emux.c
index 60d0b2c6669848a79f4c83653918b84e40cf277e..9e2b4c0c8a8a98f195cd58f4d881a669d0c05e80 100644 (file)
@@ -40,7 +40,7 @@ int snd_emux_new(snd_emux_t **remu)
        snd_emux_t *emu;
 
        *remu = NULL;
-       emu = kcalloc(1, sizeof(*emu), GFP_KERNEL);
+       emu = kzalloc(sizeof(*emu), GFP_KERNEL);
        if (emu == NULL)
                return -ENOMEM;