linux/drivers/dma/sf-pdma
Vinod Koul 3338ca533b dmaengine: sf-pdma: remove unused 'desc'
'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

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2020-09-14 11:19:49 +05:30
..
Kconfig
Makefile
sf-pdma.c dmaengine: sf-pdma: remove unused 'desc' 2020-09-14 11:19:49 +05:30
sf-pdma.h dmaengine: sf-pdma: move macro to header file 2019-11-22 11:15:28 +05:30