aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/phy.c')
-rw-r--r--drivers/net/ethernet/intel/e1000e/phy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/phy.c b/drivers/net/ethernet/intel/e1000e/phy.c
index 81fba6cfb3a4..37a85d4bb7d0 100644
--- a/drivers/net/ethernet/intel/e1000e/phy.c
+++ b/drivers/net/ethernet/intel/e1000e/phy.c
@@ -2169,13 +2169,13 @@ s32 e1000e_phy_hw_reset_generic(struct e1000_hw *hw)
2169} 2169}
2170 2170
2171/** 2171/**
2172 * e1000e_get_cfg_done - Generic configuration done 2172 * e1000e_get_cfg_done_generic - Generic configuration done
2173 * @hw: pointer to the HW structure 2173 * @hw: pointer to the HW structure
2174 * 2174 *
2175 * Generic function to wait 10 milli-seconds for configuration to complete 2175 * Generic function to wait 10 milli-seconds for configuration to complete
2176 * and return success. 2176 * and return success.
2177 **/ 2177 **/
2178s32 e1000e_get_cfg_done(struct e1000_hw *hw) 2178s32 e1000e_get_cfg_done_generic(struct e1000_hw *hw)
2179{ 2179{
2180 mdelay(10); 2180 mdelay(10);
2181 2181