Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93114
b: refs/heads/master
c: 751c2e4
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu authored and Jeff Garzik committed Apr 25, 2008
1 parent 3462775 commit 0a2e036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d753d82405ac3504ed69fb6be4d219d9702b8d64
refs/heads/master: 751c2e4755027468a79349f8e9f4885a4518426e
4 changes: 2 additions & 2 deletions trunk/drivers/net/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@ static int korina_open(struct net_device *dev)
dev->name, lp->und_irq);
goto err_free_ovr_irq;
}
out:
return ret;

err_free_ovr_irq:
free_irq(lp->ovr_irq, dev);
Expand All @@ -1041,8 +1043,6 @@ static int korina_open(struct net_device *dev)
err_release:
korina_free_ring(dev);
goto out;
out:
return ret;
}

static int korina_close(struct net_device *dev)
Expand Down

0 comments on commit 0a2e036

Please sign in to comment.