diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2016-05-31 13:32:02 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-06-01 17:21:19 +0300 |
commit | f840ab18bdf2e415dac21d09fbbbd2873111bd48 (patch) | |
tree | 41c3ba2ccc87af930cfaa0e2c523a9b118e3747f /include/linux/thermal.h | |
parent | 852f42a69b93dc71507adedeed876d57b8c2c2fa (diff) | |
download | linux-f840ab18bdf2e415dac21d09fbbbd2873111bd48.tar.xz |
thermal: cpu_cooling: fix improper order during initialization
The freq_table array is not populated before calling
thermal_of_cooling_register. The code which populates the freq table was
introduced in commit f6859014.
This should be done before registering new thermal cooling device.
The log shows effects of this wrong decision.
[ 2.172614] cpu cpu1: Failed to get voltage for frequency 1984518656000: -34
[ 2.220863] cpu cpu0: Failed to get voltage for frequency 1984524416000: -34
Cc: <stable@vger.kernel.org> # 3.19+
Fixes: f6859014c7e7 ("thermal: cpu_cooling: Store frequencies in descending order")
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Acked-by: Javi Merino <javi.merino@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include/linux/thermal.h')
0 files changed, 0 insertions, 0 deletions