From: Rafael J. Wysocki Date: Wed, 30 Apr 2014 22:13:47 +0000 (+0200) Subject: cpuidle: Combine cpuidle_enabled() with cpuidle_select() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~33^2~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c324f8a87b336496d0f5e9d8dff1aa32bb08cd;p=pandora-kernel.git cpuidle: Combine cpuidle_enabled() with cpuidle_select() Since both cpuidle_enabled() and cpuidle_select() are only called by cpuidle_idle_call(), it is not really useful to keep them separate and combining them will help to avoid complicating cpuidle_idle_call() even further if governors are changed to return error codes sometimes. This code modification shouldn't lead to any functional changes. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed