mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
The variable ret is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Signed-off-by: Colin Ian King <colin.king@canonical.com> Addresses-Coverity: ("Unused value") Signed-off-by: Jens Axboe <axboe@kernel.dk>
30 KiB
30 KiB