diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-05-15 13:22:26 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-05-18 15:19:17 +0300 |
commit | b0a4bb7693be9cca2811ac468f7f7edaf975dbcf (patch) | |
tree | a2e534abd17a1578f6edb73b68bc0ad30a915016 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3aa42bae9c4d1641aeb36f1a8585cd1d506cf471 (diff) | |
download | linux-b0a4bb7693be9cca2811ac468f7f7edaf975dbcf.tar.xz |
rtlwifi: rtl8192ee: remove redundant for-loop
The for-loop seems to be redundant, the assignments for indexes
0..2 are being over-written by the last index 3 in the loop. Remove
the loop and use index 3 instead.
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/20200515102226.29819-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions