[mcs814x] do not call clk_put() on the timer clock

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
This commit is contained in:
Florian Fainelli
2012-11-27 18:42:36 +00:00
parent da918e3b88
commit b0df2719d6

View 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();