]> err.no Git - linux-2.6/blobdiff - drivers/macintosh/via-macii.c
[PATCH] REPORTING-BUGS: request .config file
[linux-2.6] / drivers / macintosh / via-macii.c
index ad4bd579f610e051285e039dc22afd5e42622c59..5d88d5b0ad9931c3f400efbe5c2ec6c48d6ec0c2 100644 (file)
@@ -295,7 +295,7 @@ static void macii_poll(void)
        unsigned long flags;
 
        local_irq_save(flags);
-       if (via[IFR] & SR_INT) macii_interrupt(0, NULL, NULL);
+       if (via[IFR] & SR_INT) macii_interrupt(0, NULL);
        local_irq_restore(flags);
 }