aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
index 54b68121734c..9658e6b8ed84 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -2062,7 +2062,8 @@ static int _enable(struct omap_hwmod *oh)
2062 _enable_sysc(oh); 2062 _enable_sysc(oh);
2063 } 2063 }
2064 } else { 2064 } else {
2065 _omap4_disable_module(oh); 2065 if (soc_ops.disable_module)
2066 soc_ops.disable_module(oh);
2066 _disable_clocks(oh); 2067 _disable_clocks(oh);
2067 pr_debug("omap_hwmod: %s: _wait_target_ready: %d\n", 2068 pr_debug("omap_hwmod: %s: _wait_target_ready: %d\n",
2068 oh->name, r); 2069 oh->name, r);