Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375690
b: refs/heads/master
c: 2b80f31
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Rafael J. Wysocki committed May 12, 2013
1 parent 354e7fd commit 7718dc7
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: 4521adf85cd18e4652b9285846835f74418bd88f
refs/heads/master: 2b80f3138e8470194745a6b954b4905060ab4067
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/arm_big_little.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static int bL_cpufreq_init(struct cpufreq_policy *policy)

cpumask_copy(policy->cpus, topology_core_cpumask(policy->cpu));

dev_info(cpu_dev, "CPU %d initialized\n", policy->cpu);
dev_info(cpu_dev, "%s: CPU %d initialized\n", __func__, policy->cpu);
return 0;
}

Expand Down

0 comments on commit 7718dc7

Please sign in to comment.