On Sat, 31 Oct 2020 04:46:45 -0500 Lijun Pan wrote: > Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > linkwatch_event can run") introduced do_change_param_reset function to > solve the rtnl lock issue. Majority of the code in do_change_param_reset > duplicates do_reset. Also, we can handle the rtnl lock issue in do_reset > itself. Hence merge do_change_param_reset back into do_reset to clean up > the code. > > Fixes: b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > linkwatch_event can run") > Signed-off-by: Lijun Pan <l...@linux.ibm.com>
Applied, thanks!