Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37746
b: refs/heads/master
c: bfeeb0f
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Oct 1, 2006
1 parent dcac5a5 commit 0ec8156
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: eed7d41257e2a2a38b3ad121b8948f7bfeaa21c0
refs/heads/master: bfeeb0f57940b143a55dcc7ee88e8842108d9145
3 changes: 1 addition & 2 deletions trunk/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ static struct cpufreq_driver acpi_cpufreq_driver = {
.name = "acpi-cpufreq",
.owner = THIS_MODULE,
.attr = acpi_cpufreq_attr,
.flags = CPUFREQ_STICKY,
};


Expand All @@ -608,7 +607,7 @@ acpi_cpufreq_init (void)

acpi_cpufreq_early_init_acpi();

return cpufreq_register_driver(&acpi_cpufreq_driver);
return cpufreq_register_driver(&acpi_cpufreq_driver);
}


Expand Down

0 comments on commit 0ec8156

Please sign in to comment.