Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172686
b: refs/heads/master
c: 49966ba
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Geert Uytterhoeven committed Dec 6, 2009
1 parent 03f8386 commit 5f5c835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f699b7f351dceb754d58a836c8c16cf3de749cfc
refs/heads/master: 49966bae8446f5ba7e8afbd01bde82af4e00628a
2 changes: 1 addition & 1 deletion trunk/drivers/parport/parport_mfc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5f5c835

Please sign in to comment.