Re: [PATCH][next] io_uring: remove redundant initialization of variable ret
From: Jens Axboe
Date: Wed Feb 10 2021 - 15:31:28 EST
On 2/10/21 1:00 PM, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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.
Applied, thanks.
--
Jens Axboe