commit | 49ad571f70b36be713d73e16d20a1ba1765439e0 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Feb 23 15:18:58 2020 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 23 19:20:49 2020 +0100 |
tree | 690b45f31bc95ff4a6f5d3e890604c1366c65690 | |
parent | 5a436cb13476133a1d0a9b0258da1e982796ce99 [diff] |
staging: rtl8188eu: remove redundant assignment to cond Variable cond is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200223151858.416499-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>