Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178142
b: refs/heads/master
c: b746656
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Dec 21, 2009
1 parent 3b81995 commit a16ce26
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: 7c65ec7958f4f301d5d2ff50476a21e7735c73e8
refs/heads/master: b74665606962456af7f92b1e448cee30ce70967b
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ bnx2_netif_stop(struct bnx2 *bp)
txq->trans_start = jiffies;
}
}
bnx2_disable_int_sync(bp);
}

static void
Expand All @@ -679,7 +680,6 @@ bnx2_netif_start(struct bnx2 *bp)
bnx2_cnic_start(bp);
}
}
bnx2_disable_int_sync(bp);
}

static void
Expand Down

0 comments on commit a16ce26

Please sign in to comment.