All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] OMAP3: PM: Remove double assignments of mpu_pd, core_pd
@ 2009-03-17  7:25 Kim Kyuwon
  2009-03-17 14:53 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Kyuwon @ 2009-03-17  7:25 UTC (permalink / raw)
  To: OMAP; +Cc: q1.kim, Kevin Hilman, Jouni Hogander, kyungmin.park

mpu_pd, core_pd is already assigned at the beginning of the
omap3_idle_init() function.

Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>
---
 arch/arm/mach-omap2/cpuidle34xx.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/cpuidle34xx.c
b/arch/arm/mach-omap2/cpuidle34xx.c
index 5e50c46..630108c 100644
--- a/arch/arm/mach-omap2/cpuidle34xx.c
+++ b/arch/arm/mach-omap2/cpuidle34xx.c
@@ -272,8 +272,6 @@ int omap3_idle_init(void)
 		       __func__);
 		return -EIO;
 	}
-	mpu_pd = pwrdm_lookup("mpu_pwrdm");
-	core_pd = pwrdm_lookup("core_pwrdm");
 	return 0;
 }
 #endif /* CONFIG_CPU_IDLE */
-- 
1.5.2.5


-- 
Kyuwon

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

* Re: [PATCH 2/3] OMAP3: PM: Remove double assignments of mpu_pd, core_pd
  2009-03-17  7:25 [PATCH 2/3] OMAP3: PM: Remove double assignments of mpu_pd, core_pd Kim Kyuwon
@ 2009-03-17 14:53 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2009-03-17 14:53 UTC (permalink / raw)
  To: Kim Kyuwon; +Cc: OMAP, q1.kim, Jouni Hogander, kyungmin.park

Kim Kyuwon <chammoru@gmail.com> writes:

> mpu_pd, core_pd is already assigned at the beginning of the
> omap3_idle_init() function.
>
> Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>

Thanks, pushing to PM branch.

Kevin

> ---
>  arch/arm/mach-omap2/cpuidle34xx.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/cpuidle34xx.c
> b/arch/arm/mach-omap2/cpuidle34xx.c
> index 5e50c46..630108c 100644
> --- a/arch/arm/mach-omap2/cpuidle34xx.c
> +++ b/arch/arm/mach-omap2/cpuidle34xx.c
> @@ -272,8 +272,6 @@ int omap3_idle_init(void)
>  		       __func__);
>  		return -EIO;
>  	}
> -	mpu_pd = pwrdm_lookup("mpu_pwrdm");
> -	core_pd = pwrdm_lookup("core_pwrdm");
>  	return 0;
>  }
>  #endif /* CONFIG_CPU_IDLE */
> -- 
> 1.5.2.5
>
>
> -- 
> Kyuwon

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

end of thread, other threads:[~2009-03-17 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17  7:25 [PATCH 2/3] OMAP3: PM: Remove double assignments of mpu_pd, core_pd Kim Kyuwon
2009-03-17 14:53 ` Kevin Hilman

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.