diff options
author | 2018-04-24 15:14:13 +0200 | |
---|---|---|
committer | 2018-05-10 11:46:00 +0200 | |
commit | df21443ff6a5e04549779001c9c02b0be7847355 (patch) | |
tree | 7bd1afbc80f10dcf83d644b20ecace473696b472 /tools/perf/scripts/python | |
parent | cpufreq: add suspend/resume support in Armada 37xx DVFS driver (diff) | |
download | linux-dev-df21443ff6a5e04549779001c9c02b0be7847355.tar.xz linux-dev-df21443ff6a5e04549779001c9c02b0be7847355.zip |
cpufreq: speedstep: fix speedstep_detect_processor()'s return type
speedstep_detect_processor() is declared as returing an
'enum speedstep_processor' but use an 'int' in its definition.
Fix this by using 'enum speedstep_processor' in its definition too.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions