diff options
Diffstat (limited to 'drivers/cpufreq/exynos5440-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/exynos5440-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/exynos5440-cpufreq.c b/drivers/cpufreq/exynos5440-cpufreq.c index bce6f7442aa5..9b7fdec19622 100644 --- a/drivers/cpufreq/exynos5440-cpufreq.c +++ b/drivers/cpufreq/exynos5440-cpufreq.c | |||
@@ -326,7 +326,6 @@ static int exynos_cpufreq_cpu_init(struct cpufreq_policy *policy) | |||
326 | return ret; | 326 | return ret; |
327 | } | 327 | } |
328 | 328 | ||
329 | policy->cur = dvfs_info->cur_frequency; | ||
330 | policy->cpuinfo.transition_latency = dvfs_info->latency; | 329 | policy->cpuinfo.transition_latency = dvfs_info->latency; |
331 | cpumask_setall(policy->cpus); | 330 | cpumask_setall(policy->cpus); |
332 | 331 | ||