diff options
author | 2020-01-30 22:11:43 -0800 | |
---|---|---|
committer | 2020-01-31 10:30:36 -0800 | |
commit | d8f18750690367b6a636878e8725f78398fe0748 (patch) | |
tree | abc8916af4b6f3a6a191b7d7dc50178010c1ce34 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ocfs2: make local header paths relative to C files (diff) | |
download | linux-dev-d8f18750690367b6a636878e8725f78398fe0748.tar.xz linux-dev-d8f18750690367b6a636878e8725f78398fe0748.zip |
ocfs2/dlm: remove redundant assignment to 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")
Link: http://lkml.kernel.org/r/20191202164833.62865-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Gang He <ghe@suse.com>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions