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>

SVN-Revision: 34394
v19.07.3_mercusys_ac12_duma
Florian Fainelli 12 years ago
parent 5d6208f34d
commit d59ba20030

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

Loading…
Cancel
Save