commit | d5f905a93c321929ad8609c2478c1a5cd00aefdf | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Mon Nov 14 12:30:43 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Nov 14 21:34:52 2016 +0100 |
tree | 67f09001ffa101e728a5e5875ef0a4fa9b1c2291 | |
parent | c9a81e6864d48f81797397bbd65d299bf20c6148 [diff] |
cpufreq: conservative: Rename get_freq_target() to get_freq_step() What's returned from this function is the delta by which the frequency must be increased or decreased and not the final frequency that should be selected. Name it properly to match its purpose. Also update the variables used to store that value. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>