diff options
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/wavefront/wavefront_synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/wavefront/wavefront_synth.c b/sound/isa/wavefront/wavefront_synth.c index a2f87f9488ee..e5db001363ee 100644 --- a/sound/isa/wavefront/wavefront_synth.c +++ b/sound/isa/wavefront/wavefront_synth.c | |||
@@ -1196,7 +1196,7 @@ wavefront_send_multisample (snd_wavefront_t *dev, wavefront_patch_info *header) | |||
1196 | int num_samples; | 1196 | int num_samples; |
1197 | unsigned char *msample_hdr; | 1197 | unsigned char *msample_hdr; |
1198 | 1198 | ||
1199 | msample_hdr = kmalloc(sizeof(WF_MSAMPLE_BYTES), GFP_KERNEL); | 1199 | msample_hdr = kmalloc(WF_MSAMPLE_BYTES, GFP_KERNEL); |
1200 | if (! msample_hdr) | 1200 | if (! msample_hdr) |
1201 | return -ENOMEM; | 1201 | return -ENOMEM; |
1202 | 1202 | ||