]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpuidle / sysfs: change function parameter
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 26 Oct 2012 10:26:24 +0000 (12:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:34:19 +0000 (00:34 +0100)
commit1aef40e288acfb3cc28ff77528b34ef66683bed6
treec62a1d0448a07aef5a987dac44135de3c74522b9
parent77b67063bb6bce6d475e910d3b886a606d0d91f7
cpuidle / sysfs: change function parameter

The function needs the cpuidle_device which is initially passed to the
caller.

The current code gets the struct device from the struct cpuidle_device,
pass it the cpuidle_add_sysfs function. This function calls
per_cpu(cpuidle_devices, cpu) to get the cpuidle_device.

This patch pass the cpuidle_device instead and simplify the code.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/cpuidle.c
drivers/cpuidle/cpuidle.h
drivers/cpuidle/sysfs.c