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>
                data->per_core_dcvs = true;
 
        qcom_get_related_cpus(index, policy->cpus);
-       if (cpumask_empty(policy->cpus)) {
-               dev_err(dev, "Domain-%d failed to get related CPUs\n", index);
-               ret = -ENOENT;
-               goto error;
-       }
 
        policy->driver_data = data;
        policy->dvfs_possible_from_any_cpu = true;