linux/drivers/net/e1000e
Bruce Allan dd93f95e92 e1000e: cleanup variables set but not used
The ICR register is clear on read and we don't care what the returned value
is when resetting the hardware so the icr variable(s) can be removed.  We
should not ignore the return from e1000_lv_jumbo_workaround_ich8lan() and
from e1000_get_phy_id_82571() (dump a debug message when it fails and when
an unknown Phy id is returned).

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-01-09 23:44:06 -08:00
..
82571.c e1000e: cleanup variables set but not used 2011-01-09 23:44:06 -08:00
defines.h e1000e: support new PBA format from EEPROM 2010-12-10 22:13:37 -08:00
e1000.h e1000e: support new PBA format from EEPROM 2010-12-10 22:13:37 -08:00
es2lan.c e1000e: cleanup variables set but not used 2011-01-09 23:44:06 -08:00
ethtool.c e1000e: checkpatch error - open braces 2010-12-24 21:30:46 -08:00
hw.h e1000e: 82579 unaccounted missed packets 2010-09-22 20:41:20 -07:00
ich8lan.c e1000e: cleanup variables set but not used 2011-01-09 23:44:06 -08:00
lib.c e1000e: checkpatch warnings - braces 2010-12-24 21:31:49 -08:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
netdev.c e1000e: cleanup variables set but not used 2011-01-09 23:44:06 -08:00
param.c e1000e: minor error message corrections 2010-12-10 22:13:46 -08:00
phy.c e1000e: checkpatch warnings - braces 2010-12-24 21:31:49 -08:00