commit | b1b2fc3574a6a94a1ab90271a7620345c39dc01f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jun 15 15:34:24 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 15 15:37:51 2021 -0600 |
tree | 548065804e957a53dc6bbdc283075240c74f8954 | |
parent | fdd1dc316e8959b6730d733fba025a39dac7938f [diff] |
io-wq: remove redundant initialization of variable ret The variable ret is being initialized with a value that is never read, the assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210615143424.60449-1-colin.king@canonical.com Signed-off-by: Jens Axboe <axboe@kernel.dk>