From: Peter Ujfalusi Date: Fri, 27 Mar 2015 11:35:55 +0000 (+0200) Subject: dmaengine: moxart-dma: Fix memory leak when stopping a running transfer X-Git-Tag: omap-for-v4.2/o2_dc~231^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbef403aa7b377eb238dc6cade21213c315bc1a7;p=pandora-kernel.git dmaengine: moxart-dma: Fix memory leak when stopping a running transfer The vd->node is removed from the lists when the transfer started so the vchan_get_all_descriptors() will not find it. This results memory leak. Signed-off-by: Peter Ujfalusi Signed-off-by: Vinod Koul --- Reading git-diff-tree failed