diff options
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 199dcb9f0b83..c63a43823744 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -918,8 +918,8 @@ static int cpufreq_add_dev_interface(unsigned int cpu, | |||
918 | 918 | ||
919 | spin_lock_irqsave(&cpufreq_driver_lock, flags); | 919 | spin_lock_irqsave(&cpufreq_driver_lock, flags); |
920 | for_each_cpu(j, policy->cpus) { | 920 | for_each_cpu(j, policy->cpus) { |
921 | if (!cpu_online(j)) | 921 | if (!cpu_online(j)) |
922 | continue; | 922 | continue; |
923 | per_cpu(cpufreq_cpu_data, j) = policy; | 923 | per_cpu(cpufreq_cpu_data, j) = policy; |
924 | per_cpu(cpufreq_policy_cpu, j) = policy->cpu; | 924 | per_cpu(cpufreq_policy_cpu, j) = policy->cpu; |
925 | } | 925 | } |