Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280577
b: refs/heads/master
c: 3310600
h: refs/heads/master
i:
  280575: cd71a68
v: v3
  • Loading branch information
Guenter Roeck committed Jan 5, 2012
1 parent 737569b commit 93b25d2
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: 740f6be3ccc885ca103c90c48d3b3066239c585c
refs/heads/master: 3310600aa7bc11ead9b0324b972d13fb0e91bcaf
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f75375s.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static int set_pwm_enable_direct(struct i2c_client *client, int nr, int val)
struct f75375_data *data = i2c_get_clientdata(client);
u8 fanmode;

if (val < 0 || val > 4)
if (val < 0 || val > 3)
return -EINVAL;

fanmode = f75375_read8(client, F75375_REG_FAN_TIMER);
Expand Down

0 comments on commit 93b25d2

Please sign in to comment.