linux-kernel-test/drivers/net/ethernet/intel/e1000e
Bruce Allan d1964eb138 e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer
Rename e1000e_id_led_init() to e1000e_id_led_init_generic() to signify the
function is used for more than one MAC-family type.  For the ich8lan MAC
family, some MACs use the generic function and others use the function
e1000_id_led_init_pchlan().  In all cases where e1000e_id_led_init() was
called directly, change to call the function pointer to be consistent with
the driver design.

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-24 21:32:49 -08:00
..
80003es2lan.c e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer 2012-02-24 21:32:49 -08:00
82571.c e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer 2012-02-24 21:32:49 -08:00
defines.h e1000e: Support RXALL feature flag. 2012-02-24 01:44:50 -08:00
e1000.h e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer 2012-02-24 21:32:49 -08:00
ethtool.c e1000e: remove unnecessary parentheses 2012-02-10 00:06:44 -08:00
hw.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
ich8lan.c e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer 2012-02-24 21:32:49 -08:00
mac.c e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer 2012-02-24 21:32:49 -08:00
Makefile e1000e: update copyright year 2012-01-26 19:01:17 -08:00
manage.c e1000e: cleanup goto statements to exit points without common work 2012-02-13 13:30:16 -08:00
netdev.c e1000e: Support RXALL feature flag. 2012-02-24 01:44:50 -08:00
nvm.c e1000e: cleanup goto statements to exit points without common work 2012-02-13 13:30:16 -08:00
param.c e1000e: Support RXFCS feature flag. 2012-02-24 01:23:06 -08:00
phy.c e1000e: cleanup goto statements to exit points without common work 2012-02-13 13:30:16 -08:00