projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ACPI: thinkpad-acpi: clean-up fan subdriver quirk
[linux-2.6]
/
sound
/
oss
/
v_midi.c
diff --git
a/sound/oss/v_midi.c
b/sound/oss/v_midi.c
index
d952b22
..
103940f
100644
(file)
--- 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)
return;
}
- m
=(struct vmidi_memory *)
kmalloc(sizeof(struct vmidi_memory), GFP_KERNEL);
+ m
=
kmalloc(sizeof(struct vmidi_memory), GFP_KERNEL);
if (m == NULL)
{
printk(KERN_WARNING "Loopback MIDI: Failed to allocate memory\n");