Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163088
b: refs/heads/master
c: 54e6fe1
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Sep 1, 2009
1 parent 89b2425 commit bc2cf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: da470db16c703d7f9617c366a36c6670f89a9830
refs/heads/master: 54e6fe167b8787460ee39e7c333b96e3e2e6a196
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,6 @@ static int cpufreq_add_dev(struct sys_device *sys_dev)
struct cpufreq_policy new_policy;
struct cpufreq_policy *policy;
struct freq_attr **drv_attr;
struct sys_device *cpu_sys_dev;
unsigned long flags;
unsigned int j;

Expand Down Expand Up @@ -936,6 +935,7 @@ static int cpufreq_add_dev(struct sys_device *sys_dev)
/* symlink affected CPUs */
for_each_cpu(j, policy->cpus) {
struct cpufreq_policy *managed_policy;
struct sys_device *cpu_sys_dev;

if (j == cpu)
continue;
Expand Down

0 comments on commit bc2cf3a

Please sign in to comment.