kernel-ark/drivers/net/e1000e
Holger Eitzenberger 9633e63bb1 e1000e: fix double initialization in blink path
The kernel goes BUG() at the time 'ethtool -p eth0 3' comes
back, which is due to adapter->led_blink_task initialized
several times.  At the time it is still running this results
in a corrupted task_list of the associated workqueue.

The fix is to move the workqueue initialization to the
probe function instead.

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2010-12-10 22:13:01 -08:00
..
82571.c e1000e: 82574 intermittently fails to initialize with manageability f/w 2010-11-16 19:50:14 -08:00
defines.h e1000e: 82571 SerDes link handle null code word from partner 2010-11-16 19:50:13 -08:00
e1000.h e1000e: fix double initialization in blink path 2010-12-10 22:13:01 -08:00
es2lan.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
ethtool.c e1000e: fix double initialization in blink path 2010-12-10 22:13:01 -08:00
hw.h e1000e: 82579 unaccounted missed packets 2010-09-22 20:41:20 -07:00
ich8lan.c e1000e: 82579 performance improvements 2010-09-30 18:00:17 -07:00
lib.c
Makefile
netdev.c e1000e: fix double initialization in blink path 2010-12-10 22:13:01 -08:00
param.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
phy.c Intel Wired LAN drivers: Use static const 2010-12-10 22:12:32 -08:00