OMAP: clockdomain: Remove redundant call to pwrdm_wait_transition()
authorVaibhav Bedia <vaibhav.bedia@ti.com>
Sun, 10 Jul 2011 11:56:53 +0000 (05:56 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 10 Jul 2011 11:56:53 +0000 (05:56 -0600)
The call to pwrdm_wait_transition() in clkdm_clk_enable()
is redundant since the function pwrdm_clkdm_state_switch()
which is called next also does the same thing.

Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clockdomain.c

Simple merge