Browse Source

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 <[email protected]>

SVN-Revision: 34394
Florian Fainelli 13 years ago
parent
commit
d59ba20030
1 changed files with 0 additions and 1 deletions
  1. 0 1
      target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c

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

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