commit | 5315f9d40191f98abcd3164e632a8a8f737b1cf0 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu May 30 19:40:44 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 25 07:59:29 2019 +0300 |
tree | 70e20911069bd2ef63ebd7682cb6e95b386fbf5b | |
parent | 6c0ed66f1a5b84e2a812c7c2d6571a5621bf3396 [diff] |
rtlwifi: remove redundant assignment to variable badworden 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 <colin.king@canonical.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>