commit | 25a986e426b0958c2f3e2431e168f9d3b7b01062 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Jun 08 11:58:00 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 25 08:02:09 2019 +0300 |
tree | d1fc7bdc5bd20e29d215ae7c83a8fb9ed8b56427 | |
parent | 9a1ace64ca3b713e1029fed83dc22d8740b20aba [diff] |
rtlwifi: rtl8188ee: remove redundant assignment to rtstatus Variable rtstatus is being initialized with a value that is never read as rtstatus is being re-assigned a little later on. The assignment is redundant and hence 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>