Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275072
b: refs/heads/master
c: 5bc0918
h: refs/heads/master
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Nov 4, 2011
1 parent ab5b71d commit 25f9ec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: ba1142e4fb291c7bf124d93596351dca8d226a0f
refs/heads/master: 5bc09186deba2a016b60aa3923fc0e42838ce877
9 changes: 4 additions & 5 deletions trunk/drivers/net/ethernet/broadcom/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -9677,15 +9677,14 @@ static int tg3_open(struct net_device *dev)
struct tg3_napi *tnapi = &tp->napi[i];
err = tg3_request_irq(tp, i);
if (err) {
for (i--; i >= 0; i--)
for (i--; i >= 0; i--) {
tnapi = &tp->napi[i];
free_irq(tnapi->irq_vec, tnapi);
break;
}
goto err_out2;
}
}

if (err)
goto err_out2;

tg3_full_lock(tp, 0);

err = tg3_init_hw(tp, 1);
Expand Down

0 comments on commit 25f9ec1

Please sign in to comment.