linux/drivers/net/ethernet/intel/e1000e
Bruce Allan 7dbbe5d5a5 e1000e: do not ignore variables which get set a value
Static analysis with cppcheck has shown a few instances of a variable which
is assigned a value that is never used.  A number of these are the return
status of various driver function calls which should be passed back to the
caller of the current function.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-01-27 02:08:19 -08:00
..
80003es2lan.c e1000e: do not ignore variables which get set a value 2013-01-27 02:08:19 -08:00
82571.c e1000e: do not ignore variables which get set a value 2013-01-27 02:08:19 -08:00
defines.h e1000e: update copyright date 2013-01-27 01:22:53 -08:00
e1000.h e1000e: add comment to spinlock_t definition 2013-01-27 01:54:42 -08:00
ethtool.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
hw.h e1000e: remove definition of struct which is no longer used 2013-01-27 01:47:40 -08:00
ich8lan.c e1000e: do not ignore variables which get set a value 2013-01-27 02:08:19 -08:00
mac.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
Makefile e1000e: update copyright date 2013-01-27 01:22:53 -08:00
manage.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
netdev.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
nvm.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
param.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
phy.c e1000e: do not ignore variables which get set a value 2013-01-27 02:08:19 -08:00
ptp.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00