diff options
Diffstat (limited to 'sound/pci/ice1712/ice1712.c')
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index f46160531503..7d4d9b0c6b11 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c | |||
@@ -2529,7 +2529,7 @@ static int __devinit snd_ice1712_create(snd_card_t * card, | |||
2529 | return -ENXIO; | 2529 | return -ENXIO; |
2530 | } | 2530 | } |
2531 | 2531 | ||
2532 | ice = kcalloc(1, sizeof(*ice), GFP_KERNEL); | 2532 | ice = kzalloc(sizeof(*ice), GFP_KERNEL); |
2533 | if (ice == NULL) { | 2533 | if (ice == NULL) { |
2534 | pci_disable_device(pci); | 2534 | pci_disable_device(pci); |
2535 | return -ENOMEM; | 2535 | return -ENOMEM; |