Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33630
b: refs/heads/master
c: a0cc621
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Aug 27, 2006
1 parent 8318a0e commit cc00b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: f8986c241dfd54d51c9eff967129a550ae230144
refs/heads/master: a0cc621f52a4dea10c34eeed6eb4e36b26db63dc
9 changes: 2 additions & 7 deletions trunk/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,16 +567,11 @@ static struct cpufreq_driver acpi_cpufreq_driver = {
static int __init
acpi_cpufreq_init (void)
{
int result = 0;

dprintk("acpi_cpufreq_init\n");

result = acpi_cpufreq_early_init_acpi();
acpi_cpufreq_early_init_acpi();

if (!result)
result = cpufreq_register_driver(&acpi_cpufreq_driver);

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


Expand Down

0 comments on commit cc00b05

Please sign in to comment.