diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-21 15:09:15 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-07-23 15:46:02 +0300 |
commit | 3b1a8f457fcf105924c72e99f1191834837c978d (patch) | |
tree | 832745c25ae7f19ab2c34950550f9cb5a5fdc18c /tools/perf/scripts/python/stackcollapse.py | |
parent | 68e83498cb4fad31963b5c76a71e80b824bc316e (diff) | |
download | linux-3b1a8f457fcf105924c72e99f1191834837c978d.tar.xz |
ftrace: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.
Link: https://lkml.kernel.org/r/20210721120915.122278-1-colin.king@canonical.com
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions