Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63442
b: refs/heads/master
c: 794f543
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mark M. Hoffman committed Jul 31, 2007
1 parent d65172c commit 3dec601
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: c0f31403fe87cd2813dabb9b33107ceb56b84667
refs/heads/master: 794f5434942614e5e8f70b9d65b9275e11ad1510
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/fscher.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static ssize_t set_control(struct i2c_client *client, struct fscher_data *data,
unsigned long v = simple_strtoul(buf, NULL, 10) & 0x01;

mutex_lock(&data->update_lock);
data->global_control &= ~v;
data->global_control = v;
fscher_write_value(client, reg, v);
mutex_unlock(&data->update_lock);
return count;
Expand Down

0 comments on commit 3dec601

Please sign in to comment.