OMAP: hwmod: Do not exit the iteration if one clock init failed
authorBenoit Cousson <b-cousson@ti.com>
Thu, 20 May 2010 18:31:10 +0000 (12:31 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:10 +0000 (12:31 -0600)
commitf5c1f84bcc9c5b7a664886d0a5e7143d0bc3251f
treebdfe93788b701f32570bd967c971eb2ce04e1a65
parent20383d82160d918047bb10a4f6e170f4bac195a7
OMAP: hwmod: Do not exit the iteration if one clock init failed

During the _init_clocks phase, the iteration is stopped but the
status is still change from _HWMOD_STATE_REGISTERED to
_HWMOD_STATE_CLKS_INITED.
Since the _setup phase will be done nevertheless, it might be
better to keep initializing the others clocks nodes and just
keep the warning.
It is much easier to debug when a important number of clocks
name are wrong during the early debug phase of a new platform.

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