cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Aug 2017 23:08:56 +0000 (01:08 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Aug 2017 23:08:56 +0000 (01:08 +0200)
commita891283e56362543d1d276e192266069ef52075b
tree014a666f8572605b2b90cecf8949679a714ff6e1
parent3714c281c679e3fd34944e6321ccc814d76c6c62
cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate()

Since there is only one P-state selection routine in intel_pstate
now, make intel_pstate_adjust_pstate() call it directly and drop
the target_pstate argument from that function.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c