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
This commit is contained in:
parent
5d6208f34d
commit
d59ba20030
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue