Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68267
b: refs/heads/master
c: 00765c8
h: refs/heads/master
i:
  68265: ccd4c21
  68263: 4025206
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 43889e5 commit ff4f439
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c1a069f960f32ff1721b1de12c875855133fe9e4
refs/heads/master: 00765c816a6396e2bb3c6588019bda1508b62f6a
3 changes: 1 addition & 2 deletions trunk/arch/sh/kernel/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ static int sh_cpufreq_target(struct cpufreq_policy *policy,

static int sh_cpufreq_cpu_init(struct cpufreq_policy *policy)
{
printk(KERN_INFO "cpufreq: SuperH CPU frequency driver.\n");

if (!cpu_online(policy->cpu))
return -ENODEV;

Expand Down Expand Up @@ -144,6 +142,7 @@ static struct cpufreq_driver sh_cpufreq_driver = {

static int __init sh_cpufreq_module_init(void)
{
printk(KERN_INFO "cpufreq: SuperH CPU frequency driver.\n");
return cpufreq_register_driver(&sh_cpufreq_driver);
}

Expand Down

0 comments on commit ff4f439

Please sign in to comment.