Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326208
b: refs/heads/master
c: 3be8102
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Sep 24, 2012
1 parent 3e79982 commit acbda40
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: 860f37319e9a1141b041ca2e77ca121dccde4b93
refs/heads/master: 3be8102fe30c09e9b264a2f08ae2f69da7e32eb4
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm93.c
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ static ssize_t store_fan_smart_tach(struct device *dev,

mutex_lock(&data->update_lock);
/* sanity test, ignore the write otherwise */
if (0 <= val && val <= 2) {
if (val <= 2) {
/* can't enable if pwm freq is 22.5KHz */
if (val) {
u8 ctl4 = lm93_read_byte(client,
Expand Down

0 comments on commit acbda40

Please sign in to comment.