Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175809
b: refs/heads/master
c: 529586d
h: refs/heads/master
i:
  175807: 9a483ba
v: v3
  • Loading branch information
Bolko Maass authored and Benjamin Herrenschmidt committed Dec 8, 2009
1 parent 21a76cd commit cacad25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d2f7342d08896338890904351490739c1035d43
refs/heads/master: 529586dc39b0ec47c6290c4e7bed6ea3ffd1d8fb
2 changes: 2 additions & 0 deletions trunk/drivers/macintosh/windfarm_smu_controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ static struct smu_fan_control *smu_fan_create(struct device_node *node,
fct->ctrl.name = "cpu-front-fan-1";
else if (!strcmp(l, "CPU A PUMP"))
fct->ctrl.name = "cpu-pump-0";
else if (!strcmp(l, "CPU B PUMP"))
fct->ctrl.name = "cpu-pump-1";
else if (!strcmp(l, "Slots Fan") || !strcmp(l, "Slots fan") ||
!strcmp(l, "EXPANSION SLOTS INTAKE"))
fct->ctrl.name = "slots-fan";
Expand Down

0 comments on commit cacad25

Please sign in to comment.