]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/waveartist.c
[ARM] Remove pointless casts from void pointers,
[linux-2.6-omap-h63xx.git] / sound / oss / waveartist.c
index b48c72923a13dfb30c35669213112a31baa4ffc2..88490418f9325fea8424e00e1ff54ee811e87230 100644 (file)
@@ -835,7 +835,7 @@ static struct audio_driver waveartist_audio_driver = {
 static irqreturn_t
 waveartist_intr(int irq, void *dev_id)
 {
-       wavnc_info *devc = (wavnc_info *)dev_id;
+       wavnc_info *devc = dev_id;
        int        irqstatus, status;
 
        spin_lock(&waveartist_lock);