aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-05-24 23:27:15 +0100
committerDaniel Vetter <[email protected]>2020-05-25 16:35:52 +0200
commit2217d3bc39b49ad8a64bb3f021e8a6ed253c0d8a (patch)
tree30e497897a3fae2b841583c100b8feac22919101 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent9d81fe1791180f5debde243b6e08b700e73cb94e (diff)
drm/auth: remove redundant assignment to variable ret
The variable ret is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions