提交 0744f130 编写于 作者: H Hugh Kang 提交者: Zhang Rui

thermal: cpu_cooling: Fix wrong comment call function name

The last_load is updated not cpufreq_get_actual_power() function call
but cpufreq_get_requested_power() function call.
Signed-off-by: NInhyuk Kang <hugh.kang@lge.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Acked-by: NJavi Merino <javi.merino@arm.com>
Acked-by: NJavi Merino <javi.merino@arm.com>
Signed-off-by: NZhang Rui <rui.zhang@intel.com>
上级 c6935931
...@@ -74,7 +74,7 @@ struct power_table { ...@@ -74,7 +74,7 @@ struct power_table {
* cpufreq frequencies. * cpufreq frequencies.
* @allowed_cpus: all the cpus involved for this cpufreq_cooling_device. * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device.
* @node: list_head to link all cpufreq_cooling_device together. * @node: list_head to link all cpufreq_cooling_device together.
* @last_load: load measured by the latest call to cpufreq_get_actual_power() * @last_load: load measured by the latest call to cpufreq_get_requested_power()
* @time_in_idle: previous reading of the absolute time that this cpu was idle * @time_in_idle: previous reading of the absolute time that this cpu was idle
* @time_in_idle_timestamp: wall time of the last invocation of * @time_in_idle_timestamp: wall time of the last invocation of
* get_cpu_idle_time_us() * get_cpu_idle_time_us()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册