Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84497
b: refs/heads/master
c: 5aebefb
h: refs/heads/master
i:
  84495: 31575a3
v: v3
  • Loading branch information
Nicolas Kaiser authored and Mark M. Hoffman committed Feb 8, 2008
1 parent c6aeb85 commit 9d8ba7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 6722feada7f6213ba06d510ef853e57ddcd59dae
refs/heads/master: 5aebefb08682ebd67ea0b902950d00169e1451cb
5 changes: 1 addition & 4 deletions trunk/drivers/hwmon/w83793.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ static u8 scale_in_add[] = { 0, 0, 0, 0, 0, 0, 0, 150, 150, 0 };
#define PWM_DUTY 0
#define PWM_START 1
#define PWM_NONSTOP 2
#define PWM_STOP_TIME 3
#define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \
(nr) == 1 ? 0x220 : 0x218) + (index))

Expand Down Expand Up @@ -407,10 +408,6 @@ store_fan_min(struct device *dev, struct device_attribute *attr,
return count;
}

#define PWM_DUTY 0
#define PWM_START 1
#define PWM_NONSTOP 2
#define PWM_STOP_TIME 3
static ssize_t
show_pwm(struct device *dev, struct device_attribute *attr, char *buf)
{
Expand Down

0 comments on commit 9d8ba7f

Please sign in to comment.