diff options
Diffstat (limited to 'sound/isa/gus/gus_pcm.c')
-rw-r--r-- | sound/isa/gus/gus_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/gus/gus_pcm.c b/sound/isa/gus/gus_pcm.c index b75066ab46fc..beb01365dc46 100644 --- a/sound/isa/gus/gus_pcm.c +++ b/sound/isa/gus/gus_pcm.c | |||
@@ -666,7 +666,7 @@ static int snd_gf1_pcm_playback_open(snd_pcm_substream_t *substream) | |||
666 | snd_pcm_runtime_t *runtime = substream->runtime; | 666 | snd_pcm_runtime_t *runtime = substream->runtime; |
667 | int err; | 667 | int err; |
668 | 668 | ||
669 | pcmp = kcalloc(1, sizeof(*pcmp), GFP_KERNEL); | 669 | pcmp = kzalloc(sizeof(*pcmp), GFP_KERNEL); |
670 | if (pcmp == NULL) | 670 | if (pcmp == NULL) |
671 | return -ENOMEM; | 671 | return -ENOMEM; |
672 | pcmp->gus = gus; | 672 | pcmp->gus = gus; |