]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: X540 thermal warning interrupt not a GPI
authorMark Rustad <mark.d.rustad@intel.com>
Sat, 8 Aug 2015 23:27:56 +0000 (16:27 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 24 Sep 2015 06:07:12 +0000 (23:07 -0700)
commit63a37c2f7c37d2bc62f0bb2f6f9e1f9a7239c4a2
treedca80da8f616ec401ead57d64ca3edac3616c1f9
parentdb74a511de7ffefbef27dd86f6c8eb16b411125b
ixgbe: X540 thermal warning interrupt not a GPI

The X540 thermal interrupt (IXGBE_EIMS_TS) is not an SDP, so it
doesn't need to be enabled in ixgbe_setup_gpie(). In fact the
value is simply not for the GPIE register at all.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c