Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247977
b: refs/heads/master
c: 5e374b5
h: refs/heads/master
i:
  247975: ae106f7
v: v3
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed May 23, 2011
1 parent 1f10c2a commit 2855b58
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: c3a8ce6145cfcfce192513187000cd723313d94f
refs/heads/master: 5e374b5aeb9a030c1859b3054e3b36dea3b29cfc
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ static int bnx2x_issue_dmae_with_comp(struct bnx2x *bp,
struct dmae_command *dmae)
{
u32 *wb_comp = bnx2x_sp(bp, wb_comp);
int cnt = CHIP_REV_IS_SLOW(bp) ? (400000) : 40;
int cnt = CHIP_REV_IS_SLOW(bp) ? (400000) : 4000;
int rc = 0;

DP(BNX2X_MSG_OFF, "data before [0x%08x 0x%08x 0x%08x 0x%08x]\n",
Expand Down

0 comments on commit 2855b58

Please sign in to comment.