You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
6 years ago
..
spi-rb4xx-cpld.c ar71xx: Add kernel 4.9 support 7 years ago
spi-rb4xx.c ar71xx: spi-rb4xx: balance clk_prepare_enable() call 6 years ago
spi-vsc7385.c ar71xx: remove __dev{init,exit} annotations from kernel files 11 years ago