From: Viresh Kumar Date: Fri, 15 Apr 2011 10:33:35 +0000 (+0530) Subject: dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all()... X-Git-Tag: v3.0-rc1~27^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fedefb87bd0a64281d28edd295f29e3b989d78c;p=pandora-kernel.git dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called If dmaengine_terminate_all() is called for dma channel, then it doesn't make much sense to call registered callback routine. While in case of success or failure it must be called. Signed-off-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed