diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-01-28 17:10:48 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-02-08 12:39:07 +0200 |
commit | 711fa16f1dfe1a521dff48f49a95504eeafffa66 (patch) | |
tree | b87421de98290b15bcdaec5298b67d76d6de6fdf /drivers/net/wireless/realtek/rtw88/rtw8821ce.c | |
parent | ca04217add8e6c9de96ffb32c4acc8da3fde890f (diff) |
rtlwifi: rtl8192se: remove redundant initialization of variable rtstatus
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 <colin.king@canonical.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210128171048.644669-1-colin.king@canonical.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtw88/rtw8821ce.c')
0 files changed, 0 insertions, 0 deletions