]> www.infradead.org Git - users/jedix/linux-maple.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)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 12 Oct 2015 16:05:03 +0000 (09:05 -0700)
commitd082a2089f481afa51093cd1a2694117ac3f62d2
tree922b1bc9f46a93b1c872171aa47a801557737622
parentc894d397a7ff64f88cadbe6b5ed34086d8c4d94a
ixgbe: X540 thermal warning interrupt not a GPI

Orabug: 21918732

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>
(cherry picked from commit c5846ba44500293d290eb2a31bd344565f237ad3)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c