commit | 1dae37c7e41d9a75a615ba7b0480acc2e04094d4 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 21 13:01:47 2021 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Aug 10 17:02:11 2021 +0200 |
tree | b501c3b83543d5f73aa9d75da72b5b8bc288eba2 | |
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