]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:24:43 +0000 (23:24 +0800)
commit1fe98cd6e1b955688c045e2dc05330a425daefc1
tree5295d7ee22d6f9f60a0730e79d1347a3451a1383
parente65f9bc09ab370db4b97a1a0812c70313f57f50a
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.

(cherry picked from commit 35937c055a691a125cf52343cd671f6190ae5b3b)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c