diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index cbb908dc5cf0..06157af892ce 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -2155,8 +2155,8 @@ static int _enable(struct omap_hwmod *oh) | |||
2155 | if (soc_ops.disable_module) | 2155 | if (soc_ops.disable_module) |
2156 | soc_ops.disable_module(oh); | 2156 | soc_ops.disable_module(oh); |
2157 | _disable_clocks(oh); | 2157 | _disable_clocks(oh); |
2158 | pr_debug("omap_hwmod: %s: _wait_target_ready: %d\n", | 2158 | pr_err("omap_hwmod: %s: _wait_target_ready failed: %d\n", |
2159 | oh->name, r); | 2159 | oh->name, r); |
2160 | 2160 | ||
2161 | if (oh->clkdm) | 2161 | if (oh->clkdm) |
2162 | clkdm_hwmod_disable(oh->clkdm, oh); | 2162 | clkdm_hwmod_disable(oh->clkdm, oh); |