diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-21 13:01:47 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-08-10 17:02:11 +0200 |
commit | 1dae37c7e41d9a75a615ba7b0480acc2e04094d4 (patch) | |
tree | b501c3b83543d5f73aa9d75da72b5b8bc288eba2 /kernel/time/posix-cpu-timers.c | |
parent | 698429f9d0e54ce3964151adff886ee5fc59714b (diff) |
posix-timers: 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.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210721120147.109570-1-colin.king@canonical.com
Diffstat (limited to 'kernel/time/posix-cpu-timers.c')
0 files changed, 0 insertions, 0 deletions