openwrtv4/target/linux/ar71xx/files/drivers
Gabor Juhos 6456999731 ar71xx: spi-rb4xx: balance clk_prepare_enable() call
Commit c312cef223 ("ar71xx: spi-rb4xx fix.") replaced the clk_enable() call
with clk_prepare_enable() to meet the common clock framework requirements.
However it did not change the clk_disable() call in the error patch which
thus leads to imbalance.

Fix the code by using the correct counterpart of clk_prepare_enable() in both
places.

Fixes: c312cef223 ("ar71xx: spi-rb4xx fix.")
Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
2017-12-24 09:03:01 +01:00
..
gpio ar71xx: Add kernel 4.9 support 2017-10-11 22:32:39 +02:00
leds ar71xx: fix section mismatches 2017-10-11 22:36:04 +02:00
mtd ar71xx: fix mikrotik routerboard nand driver issues with linux 4.9 2017-10-24 13:24:04 +02:00
net ag71xx: Reduce NAPI weight to 32. 2017-12-08 19:54:37 +01:00
spi ar71xx: spi-rb4xx: balance clk_prepare_enable() call 2017-12-24 09:03:01 +01:00