From: Boojin Kim Date: Fri, 2 Sep 2011 00:44:32 +0000 (+0900) Subject: DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command X-Git-Tag: v3.2-rc1~47^2~7^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae43b886f174297366d4e09a008ad8e6592d95df;p=pandora-kernel.git DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command Original code carries out the start operation after flush operation. But start operation is not required for DMA_TERMINATE_ALL command. So, this patch removes the unnecessary start operation and only carries out the flush operation for handling DMA_TERMINATE_ALL command. Signed-off-by: Boojin Kim Acked-by: Linus Walleij Acked-by: Vinod Koul Cc: Dan Williams Signed-off-by: Kukjin Kim [Fixed typos in changelog] Signed-off-by: Vinod Koul --- Reading git-diff-tree failed