Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189903
b: refs/heads/master
c: 2b3d1d8
h: refs/heads/master
i:
  189901: 1edeb0e
  189899: 5dfd0a4
  189895: d1fe730
  189887: 98f0fd4
v: v3
  • Loading branch information
Jean Delvare committed Apr 14, 2010
1 parent 710557f commit 381aea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8acf07c5a7674e53f2d320d540aec5d714b105cf
refs/heads/master: 2b3d1d87eaabf422a42440351ff3be1792d35852
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/it87.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ static ssize_t set_sensor(struct device *dev, struct device_attribute *attr,
mutex_lock(&data->update_lock);
data->sensor = reg;
it87_write_value(data, IT87_REG_TEMP_ENABLE, data->sensor);
data->valid = 0; /* Force cache refresh */
mutex_unlock(&data->update_lock);
return count;
}
Expand Down

0 comments on commit 381aea5

Please sign in to comment.