1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

[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 2012-11-27 18:42:36 +00:00
parent e91eb83f16
commit 140306fae8

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