Re: [PATCH -next] dmaengine: iop-adma: remove set but not used variable 'slots_per_op'

From: Vinod Koul
Date: Wed Sep 04 2019 - 00:47:06 EST


On 21-08-19, 20:19, YueHaibing wrote:
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/dma/iop-adma.c: In function iop_adma_tx_submit:
> drivers/dma/iop-adma.c:367:6: warning:
> variable slots_per_op set but not used [-Wunused-but-set-variable]
>
> It is never used, so can be removed.

Applied, thanks

--
~Vinod