Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117777
b: refs/heads/master
c: 051d36f
h: refs/heads/master
i:
  117775: 566fe09
v: v3
  • Loading branch information
Brice Goglin authored and Jeff Garzik committed Oct 22, 2008
1 parent 8594182 commit aadf742
Show file tree
Hide file tree
Showing 2 changed files with 6 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: cde0d910b9185519f7f2cfe015f9039e02c2f25b
refs/heads/master: 051d36f3fbd013a73cb42a6762e5bf339a3732aa
6 changes: 5 additions & 1 deletion trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#include "myri10ge_mcp.h"
#include "myri10ge_mcp_gen_header.h"

#define MYRI10GE_VERSION_STR "1.4.3-1.369"
#define MYRI10GE_VERSION_STR "1.4.3-1.371"

MODULE_DESCRIPTION("Myricom 10G driver (10GbE)");
MODULE_AUTHOR("Maintainer: help@myri.com");
Expand Down Expand Up @@ -2497,6 +2497,10 @@ static int myri10ge_open(struct net_device *dev)
return 0;

abort_with_rings:
while (slice) {
slice--;
napi_disable(&mgp->ss[slice].napi);
}
for (i = 0; i < mgp->num_slices; i++)
myri10ge_free_rings(&mgp->ss[i]);

Expand Down

0 comments on commit aadf742

Please sign in to comment.