Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221603
b: refs/heads/master
c: 1d9c05d
h: refs/heads/master
i:
  221601: f67c589
  221599: 0e128cd
v: v3
  • Loading branch information
Yaniv Rosner authored and David S. Miller committed Nov 1, 2010
1 parent a30681c commit 60c0c85
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: 5ec1cea057495b8f10bab0c1396a9d8e46b7b0a8
refs/heads/master: 1d9c05d4d234493351cc39d8129fe5811147b2ff
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static u8 bnx2x_bmac_enable(struct link_params *params,
/* reset and unreset the BigMac */
REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR,
(MISC_REGISTERS_RESET_REG_2_RST_BMAC0 << port));
udelay(10);
msleep(1);

REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET,
(MISC_REGISTERS_RESET_REG_2_RST_BMAC0 << port));
Expand Down

0 comments on commit 60c0c85

Please sign in to comment.