e1000_cleanup_led
s32 e1000_cleanup_led(struct e1000_hw *hw);
(void) e1000_cleanup_led(hw);
if (e1000_cleanup_led(&e1000g->shared) !=
if (e1000_cleanup_led(&igb->hw) != E1000_SUCCESS)
(void) e1000_cleanup_led(hw);