Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210772
b: refs/heads/master
c: 96f3640
h: refs/heads/master
v: v3
  • Loading branch information
Guillem Jover authored and Jean Delvare committed Sep 17, 2010
1 parent 314da30 commit 06de918
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: 9e012c1acc1fd617a708c00ff1fdaa847f9faf67
refs/heads/master: 96f3640894012be7dd15a384566bfdc18297bc6c
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f75375s.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ enum chips { f75373, f75375 };
#define F75375_REG_PWM2_DROP_DUTY 0x6C

#define FAN_CTRL_LINEAR(nr) (4 + nr)
#define FAN_CTRL_MODE(nr) (5 + ((nr) * 2))
#define FAN_CTRL_MODE(nr) (4 + ((nr) * 2))

/*
* Data structures and manipulation thereof
Expand Down

0 comments on commit 06de918

Please sign in to comment.