git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d97558
)
ARM: OMAP4: CPUidle: Avoid double idle driver registration
author
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Mon, 25 Mar 2013 10:05:04 +0000
(15:35 +0530)
committer
Kevin Hilman
<khilman@linaro.org>
Tue, 9 Apr 2013 16:44:49 +0000
(09:44 -0700)
OMAP4 CPUidle driver registration call is under a loop which leads
to calling cpuidle_register_driver twice which is not intended.
Fix it by moving the driver registration outside the loop.
Reported-by: Nishanth Menon <nm@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
arch/arm/mach-omap2/cpuidle44xx.c
patch
|
blob
|
history
diff --cc
arch/arm/mach-omap2/cpuidle44xx.c
Simple merge