Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164675
b: refs/heads/master
c: 912e837
h: refs/heads/master
i:
  164673: d1a5c66
  164671: d91c365
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 23, 2009
1 parent d5e1714 commit 6d1d2ad
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: 54fdade1c3332391948ec43530c02c4794a38172
refs/heads/master: 912e837aef72a3dd263dafc3717d92bbc1211a53
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/dme1737.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ static ssize_t show_pwm(struct device *dev, struct device_attribute *attr,
res = PWM_FREQ_FROM_REG(data->pwm_freq[ix]);
break;
case SYS_PWM_ENABLE:
if (ix > 3) {
if (ix >= 3) {
res = 1; /* pwm[5-6] hard-wired to manual mode */
} else {
res = PWM_EN_FROM_REG(data->pwm_config[ix]);
Expand Down

0 comments on commit 6d1d2ad

Please sign in to comment.