Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350569
b: refs/heads/master
c: 6e7d3b6
h: refs/heads/master
i:
  350567: 1bbf87d
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Guenter Roeck committed Feb 20, 2013
1 parent 62fcc6e commit ad31800
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: d47682803776f147ee9662a505c63bbbf27a1274
refs/heads/master: 6e7d3b6bb9af358b2bf05cccb025ac5d66630b47
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/adt7410.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ static int adt7410_probe(struct i2c_client *client,
/*
* Set to 16 bit resolution, continous conversion and comparator mode.
*/
ret &= ~ADT7410_MODE_MASK;
data->config = ret | ADT7410_FULL | ADT7410_RESOLUTION |
ADT7410_EVENT_MODE;
if (data->config != data->oldconfig) {
Expand Down

0 comments on commit ad31800

Please sign in to comment.