diff options
author | 2019-08-13 13:21:21 +0100 | |
---|---|---|
committer | 2019-08-21 00:28:30 +0200 | |
commit | 62c23a89fd269f0308226b63ac4a427339b6f945 (patch) | |
tree | a683f70c35254417d48a5d48852095f52c7e6fe5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.3-rc5 (diff) | |
download | linux-rng-62c23a89fd269f0308226b63ac4a427339b6f945.tar.xz linux-rng-62c23a89fd269f0308226b63ac4a427339b6f945.zip |
cpufreq: remove redundant assignment to ret
Variable ret 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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions