Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41047
b: refs/heads/master
c: 1286208
h: refs/heads/master
i:
  41045: 66b30f7
  41043: feb1817
  41039: 1fcea4b
v: v3
  • Loading branch information
Ira W. Snyder authored and David S. Miller committed Nov 22, 2006
1 parent 73e5f28 commit 96d6f73
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: f2776ff047229c3e7cee2454e2704dd6f98fa32f
refs/heads/master: 12862086f24d7382b24379bbcbe0dadf12ca5945
4 changes: 3 additions & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -6979,8 +6979,10 @@ static int tg3_open(struct net_device *dev)
tg3_full_lock(tp, 0);

err = tg3_set_power_state(tp, PCI_D0);
if (err)
if (err) {
tg3_full_unlock(tp);
return err;
}

tg3_disable_ints(tp);
tp->tg3_flags &= ~TG3_FLAG_INIT_COMPLETE;
Expand Down

0 comments on commit 96d6f73

Please sign in to comment.