Skip to content
Commit 83956c86 authored by Nghia Le's avatar Nghia Le Committed by Jens Axboe
Browse files

io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()



After the assignment, only exit path with label 'err' uses ret as
return value. However,before exiting through this path with label 'err',
ret is assigned with the return value of io_wq_max_workers(). Hence, the
initial assignment is redundant and can be removed.

Signed-off-by: default avatarNghia Le <nghialm78@gmail.com>
Link: https://lore.kernel.org/r/20211102190521.28291-1-nghialm78@gmail.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 71c9ce27
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment