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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 10 Jun 2015 00:21:28 +0000 (17:21 -0700)
commitf44e751b861820cc41d5b25f9ef55d169737fca4
treede88b5aaffe1b3f37364822b597065a286496bfb
parentf4410d2ccb01ff0b384607116677e4e759d0e2bc
ixgbe: Add const string for overheat message

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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c