]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 10 Jun 2015 00:21:28 +0000 (17:21 -0700)
commite7a3b354def453e2d703a3333407826095851c88
treede88b5aaffe1b3f37364822b597065a286496bfb
parent3597d80e47ad76f786c39b8066ed0250d1601cc4
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