From: Maxime Ripard Date: Sat, 10 May 2014 03:33:36 +0000 (-0500) Subject: clk: sunxi: Remove calls to clk_put X-Git-Tag: omap-for-v3.16/fixes-against-rc1~11^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6fba1038f2b27fffe7ab0ddd42f9f283128105;p=pandora-kernel.git 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 Acked-by: Mike Turquette Signed-off-by: Emilio López --- Reading git-diff-tree failed