diff options
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c index 8b113e3f16f5..7cf1e1f56c69 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | |||
@@ -1457,6 +1457,7 @@ static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data) | |||
1457 | i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL); | 1457 | i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL); |
1458 | i2cctl |= IXGBE_I2C_DATA_OUT; | 1458 | i2cctl |= IXGBE_I2C_DATA_OUT; |
1459 | IXGBE_WRITE_REG(hw, IXGBE_I2CCTL, i2cctl); | 1459 | IXGBE_WRITE_REG(hw, IXGBE_I2CCTL, i2cctl); |
1460 | IXGBE_WRITE_FLUSH(hw); | ||
1460 | 1461 | ||
1461 | return status; | 1462 | return status; |
1462 | } | 1463 | } |