Re: [PATCH] dmaengine: sf-pdma: remove unused 'desc'

From: Vinod Koul
Date: Fri Sep 18 2020 - 03:01:26 EST


On 14-09-20, 11:23, Vinod Koul wrote:
> 'desc' variable is now defined but not used in sf_pdma_donebh_tasklet(),
> causing this warning:
>
> drivers/dma/sf-pdma/sf-pdma.c: In function 'sf_pdma_donebh_tasklet':
> drivers/dma/sf-pdma/sf-pdma.c:287:23: warning: unused variable 'desc' [-Wunused-variable]
>
> Remove this unused variable

Applied, thanks

--
~Vinod