diff options
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r-- | sound/pci/bt87x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index 2d124250bee7..639f08098f8c 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c | |||
@@ -710,7 +710,7 @@ static int __devinit snd_bt87x_create(snd_card_t *card, | |||
710 | if (err < 0) | 710 | if (err < 0) |
711 | return err; | 711 | return err; |
712 | 712 | ||
713 | chip = kcalloc(1, sizeof(*chip), GFP_KERNEL); | 713 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
714 | if (!chip) { | 714 | if (!chip) { |
715 | pci_disable_device(pci); | 715 | pci_disable_device(pci); |
716 | return -ENOMEM; | 716 | return -ENOMEM; |