Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287446
b: refs/heads/master
c: 09e87e5
h: refs/heads/master
v: v3
  • Loading branch information
Nikolaus Schulz authored and Guenter Roeck committed Feb 9, 2012
1 parent 40f9a28 commit 991bd80
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: eb564e1dbc3685c08a52a0eea3821815fac50511
refs/heads/master: 09e87e5c4f9af656af2a8a3afc03487c5d9287c3
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f75375s.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int set_pwm_enable_direct(struct i2c_client *client, int nr, int val)
fanmode |= (3 << FAN_CTRL_MODE(nr));
break;
case 2: /* AUTOMATIC*/
fanmode |= (2 << FAN_CTRL_MODE(nr));
fanmode |= (1 << FAN_CTRL_MODE(nr));
break;
case 3: /* fan speed */
break;
Expand Down

0 comments on commit 991bd80

Please sign in to comment.