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 9044b911d8ae..01dde80597f7 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -827,8 +827,8 @@ static int cpufreq_add_dev(struct sys_device *sys_dev) | |||
827 | dprintk("initialization failed\n"); | 827 | dprintk("initialization failed\n"); |
828 | goto err_out; | 828 | goto err_out; |
829 | } | 829 | } |
830 | policy->user_policy.min = policy->cpuinfo.min_freq; | 830 | policy->user_policy.min = policy->min; |
831 | policy->user_policy.max = policy->cpuinfo.max_freq; | 831 | policy->user_policy.max = policy->max; |
832 | 832 | ||
833 | blocking_notifier_call_chain(&cpufreq_policy_notifier_list, | 833 | blocking_notifier_call_chain(&cpufreq_policy_notifier_list, |
834 | CPUFREQ_START, policy); | 834 | CPUFREQ_START, policy); |