diff options
Diffstat (limited to 'sound/pcmcia')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf_core.c b/sound/pcmcia/pdaudiocf/pdaudiocf_core.c index a2132e3763dd..0208c54896b3 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf_core.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf_core.c | |||
@@ -151,7 +151,7 @@ pdacf_t *snd_pdacf_create(snd_card_t *card) | |||
151 | { | 151 | { |
152 | pdacf_t *chip; | 152 | pdacf_t *chip; |
153 | 153 | ||
154 | chip = kcalloc(1, sizeof(*chip), GFP_KERNEL); | 154 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
155 | if (chip == NULL) | 155 | if (chip == NULL) |
156 | return NULL; | 156 | return NULL; |
157 | chip->card = card; | 157 | chip->card = card; |