commit | c2c6629ba3f57d19b1385554b7fadb671bc7ab30 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Sat Jan 05 08:06:08 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Jan 27 21:41:41 2013 -0800 |
tree | e6ad9fdd26e9b3668d111085d05e858c77d95cfa | |
parent | 7de89f058ec2c58ef16582e4efadeb33d711c9e1 [diff] |
e1000e: cleanup: remove e1000_force_speed_duplex() Remove the function e1000_force_speed_duplex() and replace the single call to it with the same function pointer that it would call. The function pointer is always set so there is no risk of a NULL pointer dereference. 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>