Re: [PATCH] rtlwifi: rtl8188ee: remove redundant assignment to variable cond
From: Kalle Valo <hidden>
Date: 2020-01-26 15:45:37
Also in:
kernel-janitors, linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2020-01-26 15:45:37
Also in:
kernel-janitors, linux-wireless, lkml
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
Variable cond is being assigned with a value that is never
read, it is assigned a new value later on. 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. c3a913357c3e rtlwifi: rtl8188ee: remove redundant assignment to variable cond -- https://patchwork.kernel.org/patch/11332689/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches