Various drivers' irq handlers: kill dead code, needless casts
[deliverable/linux.git] / sound / isa / gus / gusmax.c
index 52498c9d411e0065798fcce054914cde98af33fe..c1c69e3cbfd040c3ee7636d0a7c0feec6a6fac8a 100644 (file)
@@ -107,7 +107,7 @@ static int __init snd_gusmax_detect(struct snd_gus_card * gus)
 
 static irqreturn_t snd_gusmax_interrupt(int irq, void *dev_id)
 {
-       struct snd_gusmax *maxcard = (struct snd_gusmax *) dev_id;
+       struct snd_gusmax *maxcard = dev_id;
        int loop, max = 5;
        int handled = 0;
 
This page took 0.026719 seconds and 5 git commands to generate.