ixgbe: cleanup ixgbe_enumerate_functions
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 31 Aug 2013 02:45:38 +0000 (02:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 24 Oct 2013 13:02:06 +0000 (06:02 -0700)
commitf1f965793b2bb8a75067e94acbe886a61637cab8
tree616363bf8307e0392bcd490bb13aa2cff7aab8c7
parent781798a11e2820ee35fa9142869bb8cec117dedc
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 <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c