Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135011
b: refs/heads/master
c: 98589bb
h: refs/heads/master
i:
  135009: 99bcb34
  135007: 03eba02
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Mar 3, 2009
1 parent cbc3145 commit 12a8235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: a8c9a53c22441efcd57ad7955231b2804696b133
refs/heads/master: 98589bb1099732847c5deedc213c17c50dd1bc75
2 changes: 0 additions & 2 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7210,7 +7210,6 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode)
struct bnx2x_fastpath *fp = &bp->fp[i];

cnt = 1000;
smp_mb();
while (bnx2x_has_tx_work_unload(fp)) {

bnx2x_tx_int(fp, 1000);
Expand All @@ -7226,7 +7225,6 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode)
}
cnt--;
msleep(1);
smp_mb();
}
}
/* Give HW time to discard old tx messages */
Expand Down

0 comments on commit 12a8235

Please sign in to comment.