android_kernel_oneplus_msm8998/drivers/net/ethernet/intel/e1000e
Bruce Allan 9e2d7657e2 e1000e: cleanup - check return values consistently
The majority of the e1000e code checks most function return values using a
test like 'if (ret_val)' or 'if (!ret_val)' but there are a few instances
of 'if (ret_val == 0)'.  This patch converts the latter to the former for
consistency.

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>
2012-02-07 04:10:07 -08:00
..
80003es2lan.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
82571.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
defines.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
e1000.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
ethtool.c e1000e: cleanup - check return values consistently 2012-02-07 04:10:07 -08:00
hw.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
ich8lan.c e1000e: cleanup - check return values consistently 2012-02-07 04:10:07 -08:00
mac.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
Makefile e1000e: update copyright year 2012-01-26 19:01:17 -08:00
manage.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
netdev.c e1000e: add missing initializers reported when compiling with W=1 2012-02-07 04:09:14 -08:00
nvm.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
param.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
phy.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00