diff mbox

ARM: OMAP4: Power Domains: Remove the return as power domain framework is in place

Message ID 1262951944-7693-1-git-send-email-abhijitpagare@ti.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

abhijitpagare@ti.com Jan. 8, 2010, 11:59 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index a779240..6d1e97b 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -362,7 +362,6 @@  void __init omap2_check_revision(void)
 		omap3_cpuinfo();
 	} else if (cpu_is_omap44xx()) {
 		omap4_check_revision();
-		return;
 	} else {
 		pr_err("OMAP revision unknown, please fix!\n");
 	}