commit | 999d544c600cb6528d3a1197d732e03058829204 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Feb 23 15:28:40 2020 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 23 19:20:49 2020 +0100 |
tree | 952bf9e3adde6b03bc7da4ba7f078a8d0c3a8cc9 | |
parent | 49ad571f70b36be713d73e16d20a1ba1765439e0 [diff] |
staging: rtl8723bs: core: remove redundant zero'ing of counter variable k The zero'ing of counter variable k is redundant as it is never read after breaking out of the while loop. Remove it. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200223152840.418439-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>