diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-01-28 19:22:02 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-02-08 14:15:41 +0300 |
commit | 1d5248882d64e327e70c0f15cadc4dfd9539c990 (patch) | |
tree | 5c22bd3fe84408af49509cd822885cc2e37ab324 /drivers/net/wireless/realtek/rtl8xxxu | |
parent | ae30a740a1769d7afb37245b058aeb5e6e83f492 (diff) | |
download | linux-1d5248882d64e327e70c0f15cadc4dfd9539c990.tar.xz |
libertas: remove redundant initialization of variable ret
The variable ret 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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210128162202.642848-1-colin.king@canonical.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtl8xxxu')
0 files changed, 0 insertions, 0 deletions