Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253846
b: refs/heads/master
c: 1ffde03
h: refs/heads/master
v: v3
  • Loading branch information
Ondrej Zary authored and David S. Miller committed Jun 13, 2011
1 parent 0bc6f5d commit 21e44b8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b9cabe52c27cf834137f3aaa46da23bcf32284e8
refs/heads/master: 1ffde03d2aa112750468cff07efc9e0a504517dd
3 changes: 2 additions & 1 deletion trunk/drivers/net/3c503.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ el2_open(struct net_device *dev)
outb_p(0x04 << ((*irqp == 9) ? 2 : *irqp), E33G_IDCFR);
outb_p(0x00, E33G_IDCFR);
msleep(1);
free_irq(*irqp, el2_probe_interrupt);
free_irq(*irqp, &seen);
if (!seen)
continue;

Expand All @@ -422,6 +422,7 @@ el2_open(struct net_device *dev)
continue;
if (retval < 0)
goto err_disable;
break;
} while (*++irqp);

if (*irqp == 0) {
Expand Down

0 comments on commit 21e44b8

Please sign in to comment.