commit | a8e1942d97dcc44d1425807c71a4252f9e3b53b6 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 15 13:16:40 2019 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Feb 18 11:34:32 2019 +0100 |
tree | b3352a178672f604e7c3fa8befe68e069c739ce3 | |
parent | fa93b51c55099660c2583ec918ef27df18fc511a [diff] |
cpufreq: intel_pstate: Eliminate intel_pstate_get_base_pstate() There is only one caller of intel_pstate_get_base_pstate() and it is more straightforward to carry out the computation directly in the caller, so do that and drop intel_pstate_get_base_pstate(). No intentional changes of behavior. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>