From: Akinobu Mita Date: Sat, 27 Oct 2012 15:49:31 +0000 (+0900) Subject: dma: amba-pl08x: use vchan_dma_desc_free_list X-Git-Tag: v3.9-rc1~80^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91998261dd0d5aefb56d87cef84f7810c32f6194;p=pandora-kernel.git dma: amba-pl08x: use vchan_dma_desc_free_list vchan_dma_desc_free_list() iterates through each virt_dma_desc in the specified list_head and calls vchan->desc_free(). We can use it instead of repeated execution of pl08x_desc_free() for each virt_dma_desc in the list_head. Because vchan->desc_free callback is set as pl08x_desc_free() for amba-pl08x driver. Signed-off-by: Akinobu Mita Cc: Vinod Koul Cc: Dan Williams Signed-off-by: Vinod Koul --- Reading git-diff-tree failed