Skip to content
Commit d29b92f5 authored by Colin Ian King's avatar Colin Ian King Committed by Jens Axboe
Browse files

loop: remove redundant assignment to variable error



The variable error is being assigned a value that is never
read so the assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 3783daeb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment