e1000e: cleanup: remove e1000e_commit_phy()
commit6b598e1eac68b07ebb831258e0667f5ba2834822
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 23 Jan 2013 06:50:05 +0000 (23 06:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 28 Jan 2013 06:35:46 +0000 (27 22:35 -0800)
tree333965677d54f113bcc2ccc144e903e8302e4885
parentdde3a5745cd27167653feb2e7e9fa0e3631e91ce
e1000e: cleanup: remove e1000e_commit_phy()

Remove the function e1000e_commit_phy() and replace the few calls to it
with the same function pointer that it would call.  The function pointer is
almost always set for the devices that access these code paths so there is
no risk of a NULL pointer dereference; for the few instances where the
function pointer might not be set (i.e. can be called for the few devices
which do not have this function pointer set), check for a valid function
pointer.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/80003es2lan.c
drivers/net/ethernet/intel/e1000e/e1000.h
drivers/net/ethernet/intel/e1000e/ethtool.c
drivers/net/ethernet/intel/e1000e/phy.c