summaryrefslogtreecommitdiff
path: root/arch/arc
diff options
context:
space:
mode:
authorJames Morse <james.morse@arm.com>2016-04-26 12:15:01 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-11 11:21:19 +0200
commit303fa967e0a3cf1f9116ceb009d10e196f899142 (patch)
tree3364da2f3128145a39b04988892a21da2fe8935c /arch/arc
parentb17580a3cb901c56e9b9a3dea4d12153f5fc879e (diff)
ARM: cpuidle: Pass on arm_cpuidle_suspend()'s return value
commit 625fe4f8ffc1b915248558481bb94249f6bd411c upstream. arm_cpuidle_suspend() may return -EOPNOTSUPP, or any value returned by the cpu_ops/cpuidle_ops suspend call. arm_enter_idle_state() doesn't update 'ret' with this value, meaning we always signal success to cpuidle_enter_state(), causing it to update the usage counters as if we succeeded. Fixes: 191de17aa3c1 ("ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 function") Signed-off-by: James Morse <james.morse@arm.com> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arc')
0 files changed, 0 insertions, 0 deletions