Re: [PATCH] rtlwifi: remove redundant assignment to variable k
From: Kalle Valo <hidden>
Date: 2019-06-25 05:00:34
Also in:
kernel-janitors, linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2019-06-25 05:00:34
Also in:
kernel-janitors, linux-wireless, lkml
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The assignment of 0 to variable k is never read once we break out of
the loop, so the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>Patch applied to wireless-drivers-next.git, thanks. f0822dfc5887 rtlwifi: remove redundant assignment to variable k -- https://patchwork.kernel.org/patch/10970261/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches