Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203430
b: refs/heads/master
c: 9f1e758
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 9, 2010
1 parent f339830 commit 170de0f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3038bdb122c8aa2b219b548a345aafb1204c4f0b
refs/heads/master: 9f1e7582749980b51da67671b2536aadca3596b8
4 changes: 3 additions & 1 deletion trunk/drivers/net/ax88796.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,10 @@ static int ax_open(struct net_device *dev)
return ret;

ret = ax_ei_open(dev);
if (ret)
if (ret) {
free_irq(dev->irq, dev);
return ret;
}

/* turn the phy on (if turned off) */

Expand Down

0 comments on commit 170de0f

Please sign in to comment.