summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2013-01-23 06:50:05 (GMT)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-01-28 06:35:46 (GMT)
commit6b598e1eac68b07ebb831258e0667f5ba2834822 (patch)
tree333965677d54f113bcc2ccc144e903e8302e4885 /drivers/net/vmxnet3
parentdde3a5745cd27167653feb2e7e9fa0e3631e91ce (diff)
downloadlinux-6b598e1eac68b07ebb831258e0667f5ba2834822.tar.xz
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>
Diffstat (limited to 'drivers/net/vmxnet3')
0 files changed, 0 insertions, 0 deletions