aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig
diff options
context:
space:
mode:
authorFieah Lim <kw@fieahl.im>2018-09-11 03:59:01 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-09-18 09:24:44 +0200
commit6a5f95b5a4f4ff29e4071bc5b95f8f3a2aef046b (patch)
treeb171d127e077b9779b96575704dc4b5a46bb744e /.cocciconfig
parentintel_idle: Get rid of custom ICPU() macro (diff)
downloadlinux-dev-6a5f95b5a4f4ff29e4071bc5b95f8f3a2aef046b.tar.xz
linux-dev-6a5f95b5a4f4ff29e4071bc5b95f8f3a2aef046b.zip
cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
cpuidle_get_last_residency() is just a wrapper for retrieving the last_residency member of struct cpuidle_device. It's also weirdly the only wrapper function for accessing cpuidle_* struct member (by my best guess is it could be a leftover from v2.x). Anyhow, since the only two users (the ladder and menu governors) can access dev->last_residency directly, and it's more intuitive to do it that way, let's just get rid of the wrapper. This patch tidies up CPU idle code a bit without functional changes. Signed-off-by: Fieah Lim <kw@fieahl.im> [ rjw: Changelog cleanup ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions