From: Colin King <hidden> Date: 2021-01-28 17:14:26
From: Colin Ian King <redacted>
The variable rtstatu is being initialized with a value that is never
read and it is being updated later with a new value. The initialization
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
---
drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com> Date: 2021-01-28 18:48:40
On Thu, Jan 28, 2021 at 12:15 PM Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The variable rtstatu is being initialized with a value that is never
read and it is being updated later with a new value. The initialization
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
(for netdrv)
Acked-by: Willem de Bruijn <willemb@google.com>
From: Kalle Valo <hidden> Date: 2021-02-08 10:52:35
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The variable rtstatu is being initialized with a value that is never
read and it is being updated later with a new value. The initialization
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Acked-by: Willem de Bruijn <willemb@google.com>