[mcs814x] do not call clk_put() on the timer clock
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Nov 2012 18:42:36 +0000 (18:42 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Nov 2012 18:42:36 +0000 (18:42 +0000)
We don't support disabling the clock, but this is actually what it would do.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34394 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c

index 0947fb2..571f9e8 100644 (file)
@@ -111,7 +111,6 @@ static void __init mcs814x_timer_init(void)
                panic("unable to get timer0 clock");
 
        clock_rate = clk_get_rate(clk);
-       clk_put(clk);
 
        mcs814x_of_timer_init();