]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Feb 2012 07:51:37 +0000 (07:51 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 19 Mar 2012 09:00:32 +0000 (02:00 -0700)
commit35937c055a691a125cf52343cd671f6190ae5b3b
treeb3be16e0db98e8679b9f0dd8c5fbfc72ee6ee9cd
parenteb01b9759e733c0ede11d35e3cde5b3c24ab32c9
ixgbe: drop err_eeprom tag which is at same location as err_sw_init

The err_eeprom and err_sw_init tags both go to the same location.  So
instead of maintaining two tags this patch combines them so we only use
err_sw_init.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c