Skip to content
Commit 187d9f4e authored by Mike Chan's avatar Mike Chan Committed by Dave Jones
Browse files

[CPUFREQ] Fix on resume, now preserves user policy min/max.



Previously driver resume would always set the current policy min/max with
the cpuinfo min/max, defined by user_policy.min/max. Resulting in a reset
of policy settings when policy.min/max != cpuinfo.min/max when coming out
of suspend. Now user_policy is saved as the policy instead of cpuinfo to
preserve what the user actually set.

Signed-off-by: default avatarMike Chan <mike@android.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 8529154e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment