dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptors
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 16 Dec 2019 10:53:25 +0000 (11:53 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 26 Dec 2019 04:34:18 +0000 (10:04 +0530)
commitb167f94d2928f3516176c8107cb698a6d9bb9911
tree20793f06e527d6d7e741db3246a021f5e1ab1173
parent9f91e6bfa8666270565fb76d883db2ba2e441585
dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptors

vchan_dma_desc_free_list() basically open codes vchan_vdesc_fini() in its
loop body. Call it directly rather than duplicating the code.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20191216105328.15198-7-s.hauer@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/virt-dma.c