diff options
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r-- | sound/pci/es1938.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c index b3f78a5bb640..356c493d9319 100644 --- a/sound/pci/es1938.c +++ b/sound/pci/es1938.c | |||
@@ -1494,7 +1494,7 @@ static int __devinit snd_es1938_create(snd_card_t * card, | |||
1494 | return -ENXIO; | 1494 | return -ENXIO; |
1495 | } | 1495 | } |
1496 | 1496 | ||
1497 | chip = kcalloc(1, sizeof(*chip), GFP_KERNEL); | 1497 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
1498 | if (chip == NULL) { | 1498 | if (chip == NULL) { |
1499 | pci_disable_device(pci); | 1499 | pci_disable_device(pci); |
1500 | return -ENOMEM; | 1500 | return -ENOMEM; |