aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/cpu_cooling.c')
-rw-r--r--drivers/thermal/cpu_cooling.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index 4318a7d84df4..aa9c38b1c3ac 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -384,6 +384,11 @@ static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev,
384 * cpufreq_set_cur_state - callback function to set the current cooling state. 384 * cpufreq_set_cur_state - callback function to set the current cooling state.
385 * @cdev: thermal cooling device pointer. 385 * @cdev: thermal cooling device pointer.
386 * @state: set this variable to the current cooling state. 386 * @state: set this variable to the current cooling state.
387 *
388 * Callback for the thermal cooling device to change the cpufreq
389 * current cooling state.
390 *
391 * Return: 0 on success, an error code otherwise.
387 */ 392 */
388static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, 393static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev,
389 unsigned long state) 394 unsigned long state)