Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10214
b: refs/heads/master
c: 387d890
h: refs/heads/master
v: v3
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Jeff Garzik committed Sep 14, 2005
1 parent 8d0627e commit 3323f4e
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: 7665a08928f241247afe8c76865cdbe4ef5489bf
refs/heads/master: 387d890db88b4eb7c1dd55a2a0c16d6f0dccc7ad
2 changes: 1 addition & 1 deletion trunk/drivers/net/lne390.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static int __init lne390_probe1(struct net_device *dev, int ioaddr)
return 0;
unmap:
if (ei_status.reg0)
iounmap((void *)dev->mem_start);
iounmap(ei_status.mem);
cleanup:
free_irq(dev->irq, dev);
return ret;
Expand Down

0 comments on commit 3323f4e

Please sign in to comment.