summaryrefslogtreecommitdiff
path: root/lib/lz4
diff options
context:
space:
mode:
authorluo penghao <luo.penghao@zte.com.cn>2022-01-20 05:08:09 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2022-01-20 09:52:52 +0300
commit7080cead5d45b79ec0c86fa285cf9b6abc413ed8 (patch)
tree622cb507cb5653d47d6b28e6326cab6a0e59919c /lib/lz4
parent153ee1c41a3ec707438ae0ca6b0061f72de334ef (diff)
downloadlinux-7080cead5d45b79ec0c86fa285cf9b6abc413ed8.tar.xz
sysctl: remove redundant ret assignment
Subsequent if judgments will assign new values to ret, so the statement here should be deleted The clang_analyzer complains as follows: fs/proc/proc_sysctl.c: Value stored to 'ret' is never read Link: https://lkml.kernel.org/r/20211230063622.586360-1-luo.penghao@zte.com.cn Signed-off-by: luo penghao <luo.penghao@zte.com.cn> Reported-by: Zeal Robot <zealci@zte.com.cn> Acked-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/lz4')
0 files changed, 0 insertions, 0 deletions