Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6008
b: refs/heads/master
c: 3fd1bb9
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Aug 26, 2005
1 parent a6fe04d commit 5867b0f
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: 566ecb9b258ec4da3c7e1c6ca6fca8a5bb0c8eba
refs/heads/master: 3fd1bb9baa394856b112e5edbfd3893d92dd1149
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/fscpos.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static ssize_t set_temp_reset(struct i2c_client *client, struct fscpos_data
"experience to the module author.\n");

/* Supported value: 2 (clears the status) */
fscpos_write_value(client, FSCPOS_REG_TEMP_STATE[nr], 2);
fscpos_write_value(client, FSCPOS_REG_TEMP_STATE[nr - 1], 2);
return count;
}

Expand Down

0 comments on commit 5867b0f

Please sign in to comment.