mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
65bbdd49b4
The variable ret is being initialized with the value -EINVAL however this value is never read and ret is being re-assigned later on. Hence the initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
bugs.c | ||
core.c | ||
heap.c | ||
lkdtm.h | ||
Makefile | ||
perms.c | ||
refcount.c | ||
rodata.c | ||
stackleak.c | ||
usercopy.c |