diff options
Diffstat (limited to 'sound/oss/sb_mixer.c')
-rw-r--r-- | sound/oss/sb_mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/sb_mixer.c b/sound/oss/sb_mixer.c index 238e2cf44b08..fad1a4f25ad6 100644 --- a/sound/oss/sb_mixer.c +++ b/sound/oss/sb_mixer.c | |||
@@ -734,7 +734,7 @@ int sb_mixer_init(sb_devc * devc, struct module *owner) | |||
734 | if (m == -1) | 734 | if (m == -1) |
735 | return 0; | 735 | return 0; |
736 | 736 | ||
737 | mixer_devs[m] = (struct mixer_operations *)kmalloc(sizeof(struct mixer_operations), GFP_KERNEL); | 737 | mixer_devs[m] = kmalloc(sizeof(struct mixer_operations), GFP_KERNEL); |
738 | if (mixer_devs[m] == NULL) | 738 | if (mixer_devs[m] == NULL) |
739 | { | 739 | { |
740 | printk(KERN_ERR "sb_mixer: Can't allocate memory\n"); | 740 | printk(KERN_ERR "sb_mixer: Can't allocate memory\n"); |