diff options
Diffstat (limited to 'sound/oss/v_midi.c')
-rw-r--r-- | sound/oss/v_midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/v_midi.c b/sound/oss/v_midi.c index d952b2264da1..103940fd5b4f 100644 --- a/sound/oss/v_midi.c +++ b/sound/oss/v_midi.c | |||
@@ -183,7 +183,7 @@ static void __init attach_v_midi (struct address_info *hw_config) | |||
183 | return; | 183 | return; |
184 | } | 184 | } |
185 | 185 | ||
186 | m=(struct vmidi_memory *)kmalloc(sizeof(struct vmidi_memory), GFP_KERNEL); | 186 | m = kmalloc(sizeof(struct vmidi_memory), GFP_KERNEL); |
187 | if (m == NULL) | 187 | if (m == NULL) |
188 | { | 188 | { |
189 | printk(KERN_WARNING "Loopback MIDI: Failed to allocate memory\n"); | 189 | printk(KERN_WARNING "Loopback MIDI: Failed to allocate memory\n"); |