spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare
authorAlban Bedel <albeu@free.fr>
Fri, 24 Apr 2015 14:19:23 +0000 (16:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 27 Apr 2015 14:44:57 +0000 (15:44 +0100)
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 <albeu@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ath79.c

Simple merge