Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49966bae authored by Roel Kluin's avatar Roel Kluin Committed by Geert Uytterhoeven
Browse files

m68k: parport_mfc3 - Not makes it a bool before the comparison.

parent f699b7f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}