mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 07:31:29 +00:00
c25478419f
When an error occurs during the execution of the function
__devinit_dove_pinctrl_probe, the clk is not properly disabled.
Fix this by calling clk_disable_unprepare before return.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pinctrl-ac5.c | ||
pinctrl-armada-37xx.c | ||
pinctrl-armada-38x.c | ||
pinctrl-armada-39x.c | ||
pinctrl-armada-370.c | ||
pinctrl-armada-375.c | ||
pinctrl-armada-ap806.c | ||
pinctrl-armada-cp110.c | ||
pinctrl-armada-xp.c | ||
pinctrl-dove.c | ||
pinctrl-kirkwood.c | ||
pinctrl-mvebu.c | ||
pinctrl-mvebu.h | ||
pinctrl-orion.c |