]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: remove unnecessary duplication of PCIe bandwidth display
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 18 Oct 2013 05:09:24 +0000 (05:09 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 29 Oct 2013 10:45:57 +0000 (03:45 -0700)
commit6a2aae5ae620ebf5e49f36eb937f2214c6630430
tree02b2568915e58133a20af619f38795d0ca75071f
parent9f0a433ce69d63ae2c45ef801b9b1d8967165350
ixgbe: remove unnecessary duplication of PCIe bandwidth display

This patch removes the unnecessary display of PCIe bandwidth twice. Since the
ixgbe_check_minimum_link does a better job, and ensures accurate detection on
even complex chains, this older check is no longer necessary.

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