]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: Pass updated policy to driver ->setpolicy() callback
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 Feb 2019 23:26:30 +0000 (00:26 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 20 Feb 2019 09:18:37 +0000 (10:18 +0100)
commit167a38dcd5caaa85994ac8b7d2d1c20a71cd947b
tree5bd9632a284dddf1af7e715e3dc4a6f66d0a3bf5
parent2bb4059e075dcb8d5a2f8689bb661aa76c487ab0
cpufreq: Pass updated policy to driver ->setpolicy() callback

The invocation of the ->setpolicy() cpufreq driver callback should
be equivalent to calling cpufreq_governor_limits(policy) for drivers
with internal governors, but in fact it isn't so, because the
temporary new_policy object is passed to it instead of the updated
policy.

That is a bit confusing, so make cpufreq_set_policy() pass the
updated policy to the driver ->setpolicy() callback.

No intentional changes of behavior.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq.c