Re: [PATCH] dmaengine: Remove redundant initialization of variable err

From: Vinod Koul
Date: Mon Oct 18 2021 - 00:08:24 EST


On 15-10-21, 13:34, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The variable err is being initialized with a value that is never read, it
> is being updated later on. The assignment is redundant and can be removed
> and move the declaration into the local scope.

Applied, thanks

--
~Vinod