From: Richard Zhao Date: Fri, 13 Jan 2012 03:09:59 +0000 (+0800) Subject: dma/imx-sdma: move clk_enable out of sdma_request_channel X-Git-Tag: v3.4-rc1~39^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c744d3aa48f845626131176772bae2a3c9d5bc;p=pandora-kernel.git dma/imx-sdma: move clk_enable out of sdma_request_channel It makes clk_enable/disable pair more readable, and fix one bug: sdma_init calls sdma_request_channel, but seems don't know sdma_request_channel enabled the clock. Signed-off-by: Richard Zhao Acked-by: Shawn Guo [fixed typo in commit log] Signed-off-by: Vinod Koul --- Reading git-diff-tree failed