]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/v_midi.c
libata: switch to using block layer tagging support
[linux-2.6-omap-h63xx.git] / sound / oss / v_midi.c
index d952b2264da1da46fc0cb70e4e7228b0cf0f4817..103940fd5b4f46e9e2ae7c8435acf64938679faa 100644 (file)
@@ -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");