Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 66158816 authored by Viresh Kumar's avatar Viresh Kumar Committed by alexax66
Browse files

cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask



->related_cpus is empty at this point of time and copying ->cpus to it
or orring ->related_cpus with ->cpus would result in the same value. But
cpumask_copy makes it rather clear.

Reviewed-by: default avatarSaravana Kannan <skannan@codeaurora.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>

Original commit: https://github.com/powervm/ibmvscsis/commit/0998a03a3a4d35290993f86ffed0e311e8dd78f5
parent 270f965d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment