X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Foss%2Fwaveartist.c;h=88490418f9325fea8424e00e1ff54ee811e87230;hb=98339cbd360b77c3167db287fd611468c2c44559;hp=b48c72923a13dfb30c35669213112a31baa4ffc2;hpb=255f0385c8e0d6b9005c0e09fffb5bd852f3b506;p=~andy%2Flinux diff --git a/sound/oss/waveartist.c b/sound/oss/waveartist.c index b48c72923a1..88490418f93 100644 --- a/sound/oss/waveartist.c +++ b/sound/oss/waveartist.c @@ -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);