ARM: sa1111: fix missing clk_disable()
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 6 Sep 2016 15:09:17 +0000 (16:09 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 12 Sep 2016 10:04:05 +0000 (11:04 +0100)
commit87d5dd62c07f90ed2b0d6718f5c666f69e7d39b0
treedc3556dd00d097d86a69a6a46b8d5fabcf9bdf15
parent06dfe5cc0cc684e735cb0232fdb756d30780b05d
ARM: sa1111: fix missing clk_disable()

SA1111 forgets to call clk_disable() in the probe error cleanup path.
Add the necessary call.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/common/sa1111.c