From: Paul Walmsley Date: Sun, 23 Sep 2012 23:28:18 +0000 (-0600) Subject: ARM: OMAP4+: hwmod code: remove clkdm requirement in _omap4_wait_target_*() X-Git-Tag: omap-devel-late-for-v3.7^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b026d137b13047d01d426a61e2d50b5dcb58fd0;p=pandora-kernel.git 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 Cc: BenoƮt Cousson --- Reading git-diff-tree failed