From: Rafael J. Wysocki Date: Sat, 9 May 2015 23:18:46 +0000 (+0200) Subject: sched / idle: Call default_idle_call() from cpuidle_enter_state() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~154^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827a5aefc542b8fb17c00de06118e5cd0e3800f2;p=pandora-kernel.git sched / idle: Call default_idle_call() from cpuidle_enter_state() The check of the cpuidle_enter() return value against -EBUSY made in call_cpuidle() will not be necessary any more if cpuidle_enter_state() calls default_idle_call() directly when it is about to return -EBUSY, so make that happen and eliminate the check. Signed-off-by: Rafael J. Wysocki Reviewed-by: Preeti U Murthy Tested-by: Preeti U Murthy Tested-by: Sudeep Holla Acked-by: Kevin Hilman --- Reading git-diff-tree failed