From: Jacob Keller Date: Sat, 31 Aug 2013 02:45:38 +0000 (+0000) Subject: ixgbe: cleanup ixgbe_enumerate_functions X-Git-Tag: v3.13-rc1~105^2~126^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f965793b2bb8a75067e94acbe886a61637cab8;p=pandora-kernel.git ixgbe: cleanup ixgbe_enumerate_functions This function previously had the same check as used by the ixgbe_pcie_from_parent. As the hardcode is due to the device having an internal switch, this function should simply use the call from ixgbe_pcie_from_parent. This reduces code complexity and makes it less likely a developer will forget to update the list in the future. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed