OMAP2 clock: fix recursive spinlock attempt when CONFIG_CPU_FREQ=y
authorPaul Walmsley <paul@pwsan.com>
Wed, 19 May 2010 02:24:06 +0000 (20:24 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:14 +0000 (12:31 -0600)
The OMAP2 MPU virtual clock node code attempted to call clk_get_rate()
while the clockfw_lock spinlock was held.  Fix by reading the sys_ck
rate directly.

Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found