]> err.no Git - linux-2.6/blobdiff - sound/isa/es1688/es1688_lib.c
[NETFILTER] ctnetlink: add support to change protocol info
[linux-2.6] / sound / isa / es1688 / es1688_lib.c
index 17f68d07d9b244d213d0c38df86094bdd368077c..aac898765c02278e99c7b8ac73efb6afb6de37f6 100644 (file)
@@ -649,7 +649,7 @@ int snd_es1688_create(snd_card_t * card,
        int err;
 
        *rchip = NULL;
-       chip = kcalloc(1, sizeof(*chip), GFP_KERNEL);
+       chip = kzalloc(sizeof(*chip), GFP_KERNEL);
        if (chip == NULL)
                return -ENOMEM;
        chip->irq = -1;