aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bnx2x/bnx2x_link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_link.c b/drivers/net/bnx2x/bnx2x_link.c
index c2146e78d6b1..0383e3066313 100644
--- a/drivers/net/bnx2x/bnx2x_link.c
+++ b/drivers/net/bnx2x/bnx2x_link.c
@@ -3735,7 +3735,7 @@ static u8 bnx2x_ext_phy_init(struct link_params *params, struct link_vars *vars)
3735 /* Clear first 3 bits of the control */ 3735 /* Clear first 3 bits of the control */
3736 val &= ~0x7; 3736 val &= ~0x7;
3737 /* Set control bits according to 3737 /* Set control bits according to
3738 configuration */ 3738 configuation */
3739 val |= (params->xgxs_config_rx[i] & 3739 val |= (params->xgxs_config_rx[i] &
3740 0x7); 3740 0x7);
3741 DP(NETIF_MSG_LINK, "Setting RX" 3741 DP(NETIF_MSG_LINK, "Setting RX"