diff options
author | Colin Ian King <[email protected]> | 2019-08-13 13:21:21 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2019-08-21 00:28:30 +0200 |
commit | 62c23a89fd269f0308226b63ac4a427339b6f945 (patch) | |
tree | a683f70c35254417d48a5d48852095f52c7e6fe5 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff) |
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 <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions