aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-11-05 13:34:52 -0700
committerLinus Torvalds <[email protected]>2021-11-06 13:30:32 -0700
commit848be75d154daf3d2a69a12f97bbe10248e75bf5 (patch)
tree2b5f2c33fd9899cc563c17837ab2942c20111e12 /tools/perf/scripts/python/flamegraph.py
parentda5e7c87827e8caa6a1eeec6d95dcf74ab592a01 (diff)
ocfs2/dlm: remove redundant assignment of variable ret
The variable ret is being assigned a value that is never read, it is updated later on with a different value. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Reviewed-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions