Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351066
b: refs/heads/master
c: 6e45eb1
h: refs/heads/master
v: v3
  • Loading branch information
Jonghwan Choi authored and Kukjin Kim committed Jan 18, 2013
1 parent 8a4f358 commit 18d5056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1298271b03be167f455303cd9146ba1b771028d8
refs/heads/master: 6e45eb12fd1c741d556bf264ee98853b5f3104e5
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/exynos-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ static int exynos_cpufreq_cpu_init(struct cpufreq_policy *policy)

cpufreq_frequency_table_get_attr(exynos_info->freq_table, policy->cpu);

locking_frequency = exynos_getspeed(0);

/* set the transition latency value */
policy->cpuinfo.transition_latency = 100000;

Expand Down Expand Up @@ -325,6 +323,8 @@ static int __init exynos_cpufreq_init(void)
goto err_vdd_arm;
}

locking_frequency = exynos_getspeed(0);

register_pm_notifier(&exynos_cpufreq_nb);

if (cpufreq_register_driver(&exynos_driver)) {
Expand Down

0 comments on commit 18d5056

Please sign in to comment.