]> git.baikalelectronics.ru Git - kernel.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)
commit1d453e03e27fbcdb7c873f5e6082e801599be744
tree02b2568915e58133a20af619f38795d0ca75071f
parent800cfc3134cd073532773cabf9b478e0a0522975
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