]> Pileus Git - ~andy/linux/blobdiff - drivers/parport/parport_mfc3.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[~andy/linux] / drivers / parport / parport_mfc3.c
index 6dec9ba5ed28fe07aeaf667a00d125c1e27d3a7c..362db31d8ca6f092853961cb383c0db69cda5230 100644 (file)
@@ -386,7 +386,7 @@ static void __exit parport_mfc3_exit(void)
                if (!this_port[i])
                        continue;
                parport_remove_port(this_port[i]);
-               if (!this_port[i]->irq != PARPORT_IRQ_NONE) {
+               if (this_port[i]->irq != PARPORT_IRQ_NONE) {
                        if (--use_cnt == 0) 
                                free_irq(IRQ_AMIGA_PORTS, &pp_mfc3_ops);
                }