samirweng1979 <[email protected]> wrote: > From: wengjianfeng <[email protected]> > > The variable ret is defined at the beginning and initialized > to 0 until the function returns ret, and the variable ret is > not reassigned.Therefore, we do not need to define the variable > ret, just return 0 directly at the end of the function. > > Signed-off-by: wengjianfeng <[email protected]>
Patch applied to wireless-drivers-next.git, thanks. 4a7ea94377c9 rtw88: remove unnecessary variable -- https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
