linux/drivers/net/ethernet/intel/e1000e
Alexander Duyck 386164d9b3 e1000e: Switch e1000e_up to void, drop code checking for error result
The function e1000e_up always returns 0.  As such we can convert it to a
void and just ignore the results.  This allows us to drop some code in a
couple spots as we no longer need to worry about non-zero return values.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-12-14 09:47:05 -08:00
..
80003es2lan.c
80003es2lan.h
82571.c
82571.h
defines.h
e1000.h e1000e: Switch e1000e_up to void, drop code checking for error result 2015-12-14 09:47:05 -08:00
ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
hw.h e1000e: initial support for i219-LM (3) 2015-12-12 23:55:56 -08:00
ich8lan.c e1000e: initial support for i219-LM (3) 2015-12-12 23:55:56 -08:00
ich8lan.h e1000e: Cosmetic changes 2015-08-05 16:53:47 -07:00
mac.c
mac.h
Makefile
manage.c
manage.h
netdev.c e1000e: Switch e1000e_up to void, drop code checking for error result 2015-12-14 09:47:05 -08:00
nvm.c
nvm.h
param.c
phy.c
phy.h
ptp.c
regs.h e1000e: Cosmetic changes 2015-08-05 16:53:47 -07:00