From: Alban Bedel Date: Fri, 24 Apr 2015 14:19:23 +0000 (+0200) Subject: spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare X-Git-Tag: omap-for-v4.2/fixes-rc1^2~146^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e19acdc5bdd9709bfd89cc14cbcd1cb90b44965;p=pandora-kernel.git spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare Clocks should be prepared and unprepared, fix this by using clk_prepare_enable() and clk_disable_unprepare() instead of clk_enable() and clk_disable(). Signed-off-by: Alban Bedel Signed-off-by: Mark Brown --- Reading git-diff-tree failed