Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25901
b: refs/heads/master
c: 87c3227
h: refs/heads/master
i:
  25899: 71296d7
v: v3
  • Loading branch information
Dave Jones committed Mar 29, 2006
1 parent 5cf5339 commit 55e66fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 1f8b2c9d38c132e79e18cc726cf7a40ebdcb56d9
refs/heads/master: 87c32271380e630955de365656f67b0a54b75b19
5 changes: 2 additions & 3 deletions trunk/drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,8 @@ static int cpufreq_add_dev (struct sys_device * sys_dev)
policy->governor = NULL; /* to assure that the starting sequence is
* run in cpufreq_set_policy */
mutex_unlock(&policy->lock);

/* set default policy */

ret = cpufreq_set_policy(&new_policy);
if (ret) {
dprintk("setting policy failed\n");
Expand All @@ -707,7 +706,7 @@ static int cpufreq_add_dev (struct sys_device * sys_dev)
module_put(cpufreq_driver->owner);
dprintk("initialization complete\n");
cpufreq_debug_enable_ratelimit();

return 0;


Expand Down

0 comments on commit 55e66fe

Please sign in to comment.