diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-05 18:22:27 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-09-06 19:20:33 +0300 |
commit | b33f56a1e40588214320926293585f088fb390b0 (patch) | |
tree | 33ffeb3e16d06be687e2c1ac2acea2db868a85ff /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f0c7686dd7461cdd49097faba397379a16adc437 (diff) | |
download | linux-b33f56a1e40588214320926293585f088fb390b0.tar.xz |
staging: rtl8723bs: hal: remove redundant variable n
The variable n is being assigned a value that is never read inside
an if statement block, the assignment is redundant and can be removed.
With this removed, n is only being used for a constant loop bounds
check, so replace n with that value instead and remove n completely.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190905152227.4610-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions