Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6652271a authored by Benoit Cousson's avatar Benoit Cousson Committed by Paul Walmsley
Browse files

OMAP: hwmod: Add warnings if enable failed



Change the debug into warning to check what IPs are failing.

Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 31f62866
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}