]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: remove redundant initialization of variable ret
authorColin Ian King <colin.king@canonical.com>
Tue, 15 Jun 2021 14:34:24 +0000 (15:34 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 15 Jun 2021 21:37:51 +0000 (15:37 -0600)
commite33cbdc687810c4499f96eeff9eac20907d5550d
tree548065804e957a53dc6bbdc283075240c74f8954
parentf3ffce188e6f3397d7f529ef98e2e5352adf8320
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>
fs/io-wq.c