X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=sound%2Fisa%2Fwavefront%2Fwavefront_synth.c;fp=sound%2Fisa%2Fwavefront%2Fwavefront_synth.c;h=e5db001363eee9376d23e79f8a94483f62cd42d1;hp=a2f87f9488ee163e336350c3c1b7cdebb48dca24;hb=8ede6651066a81c15fba3c0c7c942aa6f9614091;hpb=11b3fdacbac0df6a3531e2b63c876e8442cea2a8 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) int num_samples; unsigned char *msample_hdr; - msample_hdr = kmalloc(sizeof(WF_MSAMPLE_BYTES), GFP_KERNEL); + msample_hdr = kmalloc(WF_MSAMPLE_BYTES, GFP_KERNEL); if (! msample_hdr) return -ENOMEM;