commit | 84c1befe341d71ed1b878afa28bb637a0b459161 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Sat Jan 05 08:06:19 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Jan 27 22:22:11 2013 -0800 |
tree | 20f0cd65729ddb6ef9e2305cba6054285f38bd2c | |
parent | fe90849f76de7cd584e8c6c38b076cd366415994 [diff] |
e1000e: cleanup: remove e1000_get_phy_cfg_done() Remove the function e1000_get_phy_cfg_done() 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>