e1000e: cleanup: rename e1000_get_cfg_done()
In keeping with the e1000e driver function naming convention, the subject function is renamed to indicate it is generic, i.e. it is applicable to more than just a single MAC family (e.g. 80003es2lan, 82571, ich8lan). Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
committed by
Jeff Kirsher
parent
c2c6629ba3
commit
fe90849f76
@@ -2169,13 +2169,13 @@ s32 e1000e_phy_hw_reset_generic(struct e1000_hw *hw)
|
||||
}
|
||||
|
||||
/**
|
||||
* e1000e_get_cfg_done - Generic configuration done
|
||||
* e1000e_get_cfg_done_generic - Generic configuration done
|
||||
* @hw: pointer to the HW structure
|
||||
*
|
||||
* Generic function to wait 10 milli-seconds for configuration to complete
|
||||
* and return success.
|
||||
**/
|
||||
s32 e1000e_get_cfg_done(struct e1000_hw *hw)
|
||||
s32 e1000e_get_cfg_done_generic(struct e1000_hw *hw)
|
||||
{
|
||||
mdelay(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user