Re: [PATCH] rtlwifi: rtl8192ee: Remove redundant initialization of variable version
From: Kalle Valo <hidden>
Date: 2021-10-13 06:20:45
Also in:
kernel-janitors, lkml, netdev
From: Kalle Valo <hidden>
Date: 2021-10-13 06:20:45
Also in:
kernel-janitors, lkml, netdev
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The variable version is being initialized with a value that is
never read, it is being updated afterwards in both branches of
an if statement. The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>Patch applied to wireless-drivers-next.git, thanks. 51fd5c6417b9 rtlwifi: rtl8192ee: Remove redundant initialization of variable version -- https://patchwork.kernel.org/project/linux-wireless/patch/20211007163722.20165-1-colin.king@canonical.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches