All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP4: Power Domains: Remove the return as power domain framework is in place
@ 2010-01-08 11:59 ` Abhijit Pagare
  0 siblings, 0 replies; 8+ messages in thread
From: Abhijit Pagare @ 2010-01-08 11:59 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel; +Cc: Abhijit Pagare, Paul Walmsley

The return prevents the power domains from getting registered.
Hence removing it to allow the frameworks model to work.

Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
---

Compiled and Boot Tested on OMAP4430 simulator and ES1 Chip
Compiled and Boot Tested on OMAP3430 SDP
Compiled for OMAP2430 and OMAP2420

 arch/arm/mach-omap2/id.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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");
 	}
-- 
1.5.4.7


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-01-11 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 11:59 [PATCH] ARM: OMAP4: Power Domains: Remove the return as power domain framework is in place Abhijit Pagare
2010-01-08 11:59 ` Abhijit Pagare
2010-01-08 14:01 ` Aguirre, Sergio
2010-01-08 14:01   ` Aguirre, Sergio
2010-01-11  5:59   ` Pagare, Abhijit
2010-01-11  5:59     ` Pagare, Abhijit
2010-01-11 23:44     ` Tony Lindgren
2010-01-11 23:44       ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.