linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix cpuidle_xxx functions name mismatch
@ 2011-08-05  8:31 Alexander Smirnov
  2011-08-05 10:06 ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Smirnov @ 2011-08-05  8:31 UTC (permalink / raw)
  To: linux-arm-kernel

In header there is defined 'cpuidle_idle_call' function,
in arm/kernel/process.c file it's used 'cpuidle_call_idle'

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
---
 arch/arm/kernel/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
index d7ee0d4..1a347f4 100644
--- a/arch/arm/kernel/process.c
+++ b/arch/arm/kernel/process.c
@@ -197,7 +197,7 @@ void cpu_idle(void)
 				cpu_relax();
 			} else {
 				stop_critical_timings();
-				if (cpuidle_call_idle())
+				if (cpuidle_idle_call())
 					pm_idle();
 				start_critical_timings();
 				/*
-- 
1.7.2.3

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

* [PATCH] fix cpuidle_xxx functions name mismatch
  2011-08-05  8:31 [PATCH] fix cpuidle_xxx functions name mismatch Alexander Smirnov
@ 2011-08-05 10:06 ` Russell King - ARM Linux
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2011-08-05 10:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 05, 2011 at 12:31:51PM +0400, Alexander Smirnov wrote:
> In header there is defined 'cpuidle_idle_call' function,
> in arm/kernel/process.c file it's used 'cpuidle_call_idle'
> 
> Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>

See cbc158d (cpuidle: Consistent spelling of cpuidle_idle_call())

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

end of thread, other threads:[~2011-08-05 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05  8:31 [PATCH] fix cpuidle_xxx functions name mismatch Alexander Smirnov
2011-08-05 10:06 ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).