diff mbox

[v2,6/6] OMAP: hwmod: Temp fixes to get hwmod registers work

Message ID 1273679681-27549-7-git-send-email-b-cousson@ti.com (mailing list archive)
State Superseded
Delegated to: Kevin Hilman
Headers show

Commit Message

Benoit Cousson May 12, 2010, 3:54 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
index 302f2c8..9f7cb9f 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -524,6 +524,8 @@  static int _disable_clocks(struct omap_hwmod *oh)
 
 	pr_debug("omap_hwmod: %s: disabling clocks\n", oh->name);
 
+	return 0;
+
 	if (oh->_clk)
 		clk_disable(oh->_clk);