Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e561a705 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: potentially incorrect return for e1000_init_hw_ich8lan



In the unlikely event that e1000_setup_link_ich8lan() returns an error,
the returned error code value is not propagated to the caller of
e1000_init_hw_ich8lan().

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 3fa82936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3276,7 +3276,7 @@ static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
	 */
	e1000_clear_hw_cntrs_ich8lan(hw);

	return 0;
	return ret_val;
}
/**
 *  e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits