Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287447
b: refs/heads/master
c: a367a1e
h: refs/heads/master
i:
  287445: 40f9a28
  287443: c1ab7e5
  287439: c8557e3
v: v3
  • Loading branch information
Nikolaus Schulz authored and Guenter Roeck committed Feb 9, 2012
1 parent 991bd80 commit 68c23e6
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: 09e87e5c4f9af656af2a8a3afc03487c5d9287c3
refs/heads/master: a367a1e08b21e995c7112ff32b5efc97d104d405
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f75375s.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ static void f75375_init(struct i2c_client *client, struct f75375_data *data,
if (data->kind == f75387) {
bool manu, duty;

if (!(conf & (1 << F75387_FAN_CTRL_LINEAR(nr))))
if (!(mode & (1 << F75387_FAN_CTRL_LINEAR(nr))))
data->pwm_mode[nr] = 1;

manu = ((mode >> F75387_FAN_MANU_MODE(nr)) & 1);
Expand Down

0 comments on commit 68c23e6

Please sign in to comment.