]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
OMAP: hwmod: Add warnings if enable failed
authorBenoit Cousson <b-cousson@ti.com>
Fri, 1 Jul 2011 20:54:06 +0000 (22:54 +0200)
committerPaul Walmsley <paul@pwsan.com>
Sun, 10 Jul 2011 01:13:36 +0000 (19:13 -0600)
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>
arch/arm/mach-omap2/omap_hwmod.c

index df91bb1dc97243a8dec4e673dca94681dd2bfad8..64e983046217312964407c5a79c7d9ce74e986d6 100644 (file)
@@ -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;
 }