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