commit | bc51da4ee46d481dc3fbc57ec407594b80e92705 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Nov 04 18:59:32 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 08 11:38:40 2009 +0000 |
tree | 35f3ad987f9c655127bd449a703b1222e6209484 | |
parent | b36ee724208358bd892ad279efce629740517149 [diff] |
[ARM] omap: eliminate unnecessary conditionals in omap2_clk_wait_ready Rather than employing run-time tests in omap2_clk_wait_ready() to decide whether we need to wait for the clock to become ready, we can set the .ops appropriately. This change deals with the OMAP24xx and OMAP34xx conditionals only. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>