2020-06-11 15:21:59

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] umem: remove redundant initialization of variable ret

On 6/11/20 8:35 AM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> 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