]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Add const string for overheat message
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 9 Jun 2015 23:36:23 +0000 (16:36 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:24 +0000 (08:00 -0700)
commitc19f7554e04378fb10cbf386f194f4f065d860f3
tree57820336d4fb4ff4dcf39d02c19156efa2e49fa4
parent85e32a749e0652cd38b6dbeb57207939f6db1a55
ixgbe: Add const string for overheat message

Orabug: 21669416

The over heat message is displayed for multiple reasons but the text is
cut-n-pasted for each of these cases.  This patch pulls the text from the
same location.  I noticed this as I am about to add another case.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit f44e751b861820cc41d5b25f9ef55d169737fca4)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c