diff options
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/mac.c')
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/mac.c b/drivers/net/ethernet/intel/e1000e/mac.c index 59ac9f6353de..decad98c1059 100644 --- a/drivers/net/ethernet/intel/e1000e/mac.c +++ b/drivers/net/ethernet/intel/e1000e/mac.c | |||
@@ -629,7 +629,7 @@ s32 e1000e_check_for_serdes_link(struct e1000_hw *hw) | |||
629 | if (E1000_TXCW_ANE & er32(TXCW)) { | 629 | if (E1000_TXCW_ANE & er32(TXCW)) { |
630 | status = er32(STATUS); | 630 | status = er32(STATUS); |
631 | if (status & E1000_STATUS_LU) { | 631 | if (status & E1000_STATUS_LU) { |
632 | /* SYNCH bit and IV bit are sticky, so reread rxcw. */ | 632 | /* SYNCH bit and IV bit are sticky, so reread rxcw. */ |
633 | udelay(10); | 633 | udelay(10); |
634 | rxcw = er32(RXCW); | 634 | rxcw = er32(RXCW); |
635 | if (rxcw & E1000_RXCW_SYNCH) { | 635 | if (rxcw & E1000_RXCW_SYNCH) { |