From: Bruce Allan Date: Sat, 5 Jan 2013 08:06:19 +0000 (+0000) Subject: e1000e: cleanup: remove e1000_get_phy_cfg_done() X-Git-Tag: v3.9-rc1~139^2~243^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c1befe341d71ed1b878afa28bb637a0b459161;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed