Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305364
b: refs/heads/master
c: ca7d593
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed May 3, 2012
1 parent 23ab0ef commit 23bcd5e
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: ec34a6814988f17506733c1e8b058ce46602591d
refs/heads/master: ca7d593e0ac8cf806aa750815daf12594345f5f6
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/windfarm_pm91.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static void wf_smu_cpu_fans_tick(struct wf_smu_cpu_fans_state *st)
return;
}

rc = wf_sensor_get(&sensor_cpu_power, &power);
rc = wf_sensor_get(sensor_cpu_power, &power);
if (rc) {
printk(KERN_WARNING "windfarm: CPU power sensor error %d\n",
rc);
Expand Down

0 comments on commit 23bcd5e

Please sign in to comment.