diff options
Diffstat (limited to 'sound/ppc/pmac.c')
-rw-r--r-- | sound/ppc/pmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index 9774e568ee08..e35b48d29c45 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c | |||
@@ -1160,7 +1160,7 @@ int __init snd_pmac_new(snd_card_t *card, pmac_t **chip_return) | |||
1160 | snd_runtime_check(chip_return, return -EINVAL); | 1160 | snd_runtime_check(chip_return, return -EINVAL); |
1161 | *chip_return = NULL; | 1161 | *chip_return = NULL; |
1162 | 1162 | ||
1163 | chip = kcalloc(1, sizeof(*chip), GFP_KERNEL); | 1163 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
1164 | if (chip == NULL) | 1164 | if (chip == NULL) |
1165 | return -ENOMEM; | 1165 | return -ENOMEM; |
1166 | chip->card = card; | 1166 | chip->card = card; |