Re: [PATCH] staging: rtl8723bs: remove redundant assignment to rtStatus

2019-06-17 Thread Colin Ian King
On 17/06/2019 13:47, Colin King wrote: > From: Colin Ian King > > Variable rtStatus is initialized with a value that is never read > and later it is reassigned a new value. Hence the initialization > is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Coli

[PATCH] staging: rtl8723bs: remove redundant assignment to rtStatus

2019-06-17 Thread Colin King
From: Colin Ian King Variable rtStatus is initialized with a value that is never read and later it is reassigned a new value. Hence the initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/staging/rtl8723bs/hal/rtl8723b