projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e315bb7
)
cpufreq: pmac32: use cpufreq_generic_init()
author
Viresh Kumar
<
[email protected]
>
Thu, 3 Oct 2013 14:59:20 +0000
(20:29 +0530)
committer
Rafael J. Wysocki
<
[email protected]
>
Tue, 15 Oct 2013 22:50:34 +0000
(
00:50
+0200)
Use generic cpufreq_generic_init() routine instead of replicating the same code
here.
Cc: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/pmac32-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/pmac32-cpufreq.c
b/drivers/cpufreq/pmac32-cpufreq.c
index 672b7f4a7de56b7638c7679a4fd6015487ff3f44..6eac1e2300785ed4c3a9dc1d00ea362014061c50 100644
(file)
--- a/
drivers/cpufreq/pmac32-cpufreq.c
+++ b/
drivers/cpufreq/pmac32-cpufreq.c
@@
-392,12
+392,7
@@
static int pmac_cpufreq_target( struct cpufreq_policy *policy,
static int pmac_cpufreq_cpu_init(struct cpufreq_policy *policy)
{
- if (policy->cpu != 0)
- return -ENODEV;
-
- policy->cpuinfo.transition_latency = transition_latency;
-
- return cpufreq_table_validate_and_show(policy, pmac_cpu_freqs);
+ return cpufreq_generic_init(policy, pmac_cpu_freqs, transition_latency);
}
static u32 read_gpio(struct device_node *np)