From: Kuninori Morimoto Date: Mon, 25 Aug 2014 03:02:16 +0000 (-0700) Subject: mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock() X-Git-Tag: omap-for-v3.19/prcm-cleanup~124^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30d6958a014812158d9729a3e0b6d448f6e8968;p=pandora-kernel.git mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock() TMIO clock is set via tmio_mmc_set_clock() -> tmio_mmc_clk_start(), and SCLKEN bit will be set on tmio_mmc_clk_start(). It is not needed on tmio_mmc_set_clock() function. The required clock setting will not be able to set in some clocks without this patch. Tested-by: Nguyen Xuan Nui Tested-by: Hiep Cao Minh Signed-off-by: Kuninori Morimoto Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed