commit | 2c6fba1038f2b27fffe7ab0ddd42f9f283128105 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri May 09 22:33:36 2014 -0500 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Wed Jun 11 09:58:44 2014 +0200 |
tree | d27cdca4191a7017f2f71828cb99e74f49018b34 | |
parent | 6d1d14d5ce3e7880f91e7cfbdeca88128fe741ca [diff] |
clk: sunxi: Remove calls to clk_put Callers of clk_put must disable the clock first. This also means that as long as the clock is enabled the driver should hold a reference to that clock. Hence, the call to clk_put here are bogus and should be removed. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Emilio López <emilio@elopez.com.ar>