Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224173
b: refs/heads/master
c: 6f38ad9
h: refs/heads/master
i:
  224171: 033b37a
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 15, 2010
1 parent 8fbc892 commit 7d0975c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: ad65ffd12dccf6d1031298eacc060327751084da
refs/heads/master: 6f38ad93e4882e84c1cc113736db7dc9252dcf11
4 changes: 2 additions & 2 deletions trunk/drivers/net/bnx2x/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -3904,7 +3904,7 @@ static u8 bnx2x_8726_read_sfp_module_eeprom(struct bnx2x_phy *phy,
MDIO_PMA_REG_SFP_TWO_WIRE_CTRL, &val);
if ((val & MDIO_PMA_REG_SFP_TWO_WIRE_CTRL_STATUS_MASK) ==
MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IDLE)
return 0;;
return 0;
msleep(1);
}
return -EINVAL;
Expand Down Expand Up @@ -3988,7 +3988,7 @@ static u8 bnx2x_8727_read_sfp_module_eeprom(struct bnx2x_phy *phy,
MDIO_PMA_REG_SFP_TWO_WIRE_CTRL, &val);
if ((val & MDIO_PMA_REG_SFP_TWO_WIRE_CTRL_STATUS_MASK) ==
MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IDLE)
return 0;;
return 0;
msleep(1);
}

Expand Down
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 @@ -8078,7 +8078,7 @@ static void __devinit bnx2x_get_port_hwinfo(struct bnx2x *bp)
int port = BP_PORT(bp);
u32 val, val2;
u32 config;
u32 ext_phy_type, ext_phy_config;;
u32 ext_phy_type, ext_phy_config;

bp->link_params.bp = bp;
bp->link_params.port = port;
Expand Down

0 comments on commit 7d0975c

Please sign in to comment.