]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/oss/waveartist.c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[mv-sheeva.git] / sound / oss / waveartist.c
index c5bf363d32c2fb055e9639a2040e4501fb989fd7..26a7c6af95bcc5c18992cbe2a2ebea1763f741c7 100644 (file)
@@ -1267,7 +1267,7 @@ static int __init waveartist_init(wavnc_info *devc)
        conf_printf2(dev_name, devc->hw.io_base, devc->hw.irq,
                     devc->hw.dma, devc->hw.dma2);
 
-       portc = (wavnc_port_info *)kmalloc(sizeof(wavnc_port_info), GFP_KERNEL);
+       portc = kmalloc(sizeof(wavnc_port_info), GFP_KERNEL);
        if (portc == NULL)
                goto nomem;