Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298451
b: refs/heads/master
c: c54e9bd
h: refs/heads/master
i:
  298449: 8127f1e
  298447: 87927d0
v: v3
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Mar 28, 2012
1 parent 48d5d8b commit 36cd103
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: 452427b015b1b0cbbef7b6207908726837d39d57
refs/heads/master: c54e9bd38a06babf94fd45e5f1df9a1109e12818
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ static bool bnx2x_credit_pool_get_entry(
continue;

/* If we've got here we are going to find a free entry */
for (idx = vec * BNX2X_POOL_VEC_SIZE, i = 0;
for (idx = vec * BIT_VEC64_ELEM_SZ, i = 0;
i < BIT_VEC64_ELEM_SZ; idx++, i++)

if (BIT_VEC64_TEST_BIT(o->pool_mirror, idx)) {
Expand Down

0 comments on commit 36cd103

Please sign in to comment.