sh: call clock framework init() callback once
authorMagnus Damm <damm@igel.co.jp>
Thu, 7 May 2009 10:31:39 +0000 (10:31 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 8 May 2009 02:38:28 +0000 (11:38 +0900)
Make sure that clk->ops->init() only gets called once in
the case of CLK_ALWAYS_ENABLED. Without this patch the
init() callback may be called multiple times.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found