From 3e19acdc5bdd9709bfd89cc14cbcd1cb90b44965 Mon Sep 17 00:00:00 2001 From: Alban Bedel Date: Fri, 24 Apr 2015 16:19:23 +0200 Subject: [PATCH] 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-format-patch failed