aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
index 3b10ad6c47d3..d2e0f1c95961 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -765,8 +765,7 @@ static int _reset(struct omap_hwmod *oh)
765 WARN(1, "omap_hwmod: %s: failed to reset in %d usec\n", 765 WARN(1, "omap_hwmod: %s: failed to reset in %d usec\n",
766 oh->name, MAX_MODULE_RESET_WAIT); 766 oh->name, MAX_MODULE_RESET_WAIT);
767 else 767 else
768 pr_debug("omap_hwmod: %s: reset in %d usec\n", oh->name, 768 pr_debug("omap_hwmod: %s: reset in %d usec\n", oh->name, c);
769 MAX_MODULE_RESET_WAIT);
770 769
771 /* 770 /*
772 * XXX add _HWMOD_STATE_WEDGED for modules that don't come back from 771 * XXX add _HWMOD_STATE_WEDGED for modules that don't come back from