diff options
Diffstat (limited to 'sound/pci/ens1370.c')
-rw-r--r-- | sound/pci/ens1370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c index e2c3a375855e..a38f7102eccf 100644 --- a/sound/pci/ens1370.c +++ b/sound/pci/ens1370.c | |||
@@ -1943,7 +1943,7 @@ static int __devinit snd_ensoniq_create(snd_card_t * card, | |||
1943 | *rensoniq = NULL; | 1943 | *rensoniq = NULL; |
1944 | if ((err = pci_enable_device(pci)) < 0) | 1944 | if ((err = pci_enable_device(pci)) < 0) |
1945 | return err; | 1945 | return err; |
1946 | ensoniq = kcalloc(1, sizeof(*ensoniq), GFP_KERNEL); | 1946 | ensoniq = kzalloc(sizeof(*ensoniq), GFP_KERNEL); |
1947 | if (ensoniq == NULL) { | 1947 | if (ensoniq == NULL) { |
1948 | pci_disable_device(pci); | 1948 | pci_disable_device(pci); |
1949 | return -ENOMEM; | 1949 | return -ENOMEM; |