Re: [PATCH] rtlwifi: remove redundant assignment to variable badworden

2019-06-24 Thread Kalle Valo
Colin King wrote: > From: Colin Ian King > > The variable badworden is assigned with a value that is never read and > it is re-assigned a new value immediately afterwards. The assignment is > redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian Kin

Re: [PATCH] rtlwifi: remove redundant assignment to variable badworden

2019-05-30 Thread Larry Finger
On 5/30/19 1:40 PM, Colin King wrote: From: Colin Ian King The variable badworden is assigned with a value that is never read and it is re-assigned a new value immediately afterwards. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian

[PATCH] rtlwifi: remove redundant assignment to variable badworden

2019-05-30 Thread Colin King
From: Colin Ian King The variable badworden is assigned with a value that is never read and it is re-assigned a new value immediately afterwards. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/net/wireless/realtek