ARM: OMAP4+: hwmod code: remove clkdm requirement in _omap4_wait_target_*()
authorPaul Walmsley <paul@pwsan.com>
Sun, 23 Sep 2012 23:28:18 +0000 (17:28 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 23 Sep 2012 23:28:18 +0000 (17:28 -0600)
commit2b026d137b13047d01d426a61e2d50b5dcb58fd0
treebd0dc7c3b4027a60abfc0f388b97355c87400af2
parent8bb9fde2396b6cd205f404ef6d2aa46eb5b0af26
ARM: OMAP4+: hwmod code: remove clkdm requirement in _omap4_wait_target_*()

We're no longer requiring struct omap_hwmod records to contain a
clockdomain.  So we shouldn't return -EINVAL any more from
_omap4_wait_target_disable() or _omap4_wait_target_ready() if there's
no clockdomain defined, since that just gets passed back to the
caller.  This can result in pointless warnings under the relaxed data
format.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/omap_hwmod.c