commit | 0998a03a3a4d35290993f86ffed0e311e8dd78f5 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 15 21:35:21 2015 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 28 09:21:11 2015 +0100 |
tree | 2efd150a8e4016fef7bee454f7156a1e81046657 | |
parent | 083701b13c79a908fb400dc24aaa80aad07ac462 [diff] |
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: Saravana Kannan <skannan@codeaurora.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>