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)
commita5122ff8ceb2b1f207965a3608d3da3af832e513
treee63e8b389bc32f8411bb5b4de2d015b4ad8e8f79
parent45c38252d76a96e6e0e05f982ca44096191a8eea
OMAP: clockdomain: Remove redundant call to pwrdm_wait_transition()

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