|
@@ -1333,10 +1333,9 @@ static int __cpufreq_remove_dev_prepare(struct device *dev,
|
|
if (new_cpu >= 0) {
|
|
if (new_cpu >= 0) {
|
|
update_policy_cpu(policy, new_cpu);
|
|
update_policy_cpu(policy, new_cpu);
|
|
|
|
|
|
- if (!cpufreq_suspended) {
|
|
|
|
|
|
+ if (!cpufreq_suspended)
|
|
pr_debug("%s: policy Kobject moved to cpu: %d from: %d\n",
|
|
pr_debug("%s: policy Kobject moved to cpu: %d from: %d\n",
|
|
__func__, new_cpu, cpu);
|
|
__func__, new_cpu, cpu);
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|