aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/emu10k1/mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/emu10k1/mixer.c')
-rw-r--r--sound/oss/emu10k1/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/emu10k1/mixer.c b/sound/oss/emu10k1/mixer.c
index cbcaaa34189a..6419796c2ed7 100644
--- a/sound/oss/emu10k1/mixer.c
+++ b/sound/oss/emu10k1/mixer.c
@@ -194,7 +194,7 @@ static int emu10k1_private_mixer(struct emu10k1_card *card, unsigned int cmd, un
case SOUND_MIXER_PRIVATE3:
- ctl = (struct mixer_private_ioctl *) kmalloc(sizeof(struct mixer_private_ioctl), GFP_KERNEL);
+ ctl = kmalloc(sizeof(struct mixer_private_ioctl), GFP_KERNEL);
if (ctl == NULL)
return -ENOMEM;