mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
OMAP: hwmod: Add warnings if enable failed
Change the debug into warning to check what IPs are failing. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
parent
31f62866c5
commit
6652271a25
@ -944,6 +944,8 @@ static int _init_clocks(struct omap_hwmod *oh, void *data)
|
||||
|
||||
if (!ret)
|
||||
oh->_state = _HWMOD_STATE_CLKS_INITED;
|
||||
else
|
||||
pr_warning("omap_hwmod: %s: cannot _init_clocks\n", oh->name);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user