From: Bruce Allan Date: Wed, 22 Feb 2012 09:02:21 +0000 (+0000) Subject: e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer X-Git-Tag: v3.4-rc1~177^2~180^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1964eb138901286a170de8ed422efd227dd4daf;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed