Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203578
b: refs/heads/master
c: bdb0f86
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 15, 2010
1 parent c98089a commit 2604774
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: 8aa06af4d09b7ca1ca6126b1b8ddec4a9e67fb3a
refs/heads/master: bdb0f8672ff6f601a32df5af40f11526b741985c
4 changes: 3 additions & 1 deletion trunk/drivers/net/wd.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,10 @@ static int __init wd_probe1(struct net_device *dev, int ioaddr)
#endif

err = register_netdev(dev);
if (err)
if (err) {
free_irq(dev->irq, dev);
iounmap(ei_status.mem);
}
return err;
}

Expand Down

0 comments on commit 2604774

Please sign in to comment.