cpufreq: qcom-hw: Remove un-necessary cpumask_empty() check
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Tue, 25 Oct 2022 07:32:50 +0000 (13:02 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 2 Nov 2022 06:47:46 +0000 (12:17 +0530)
commit68069b0d458bb06541641a294c15e06c5704ec2b
tree4aa9114d3562e6083160d9d124ebd86568c1b0b3
parentd182dc6de93225cd853de4db68a1a77501bedb6e
cpufreq: qcom-hw: Remove un-necessary cpumask_empty() check

CPUFreq core will always set the "policy->cpus" bitmask with the bitfield
of the CPU that goes first per domain/policy. So there is no way the
"policy->cpus" bitmask will be empty during qcom_cpufreq_hw_cpu_init().

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/qcom-cpufreq-hw.c