Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98371
b: refs/heads/master
c: ed4ec81
h: refs/heads/master
i:
  98369: 81fd184
  98367: 02581e5
v: v3
  • Loading branch information
Jean Delvare authored and Mark M. Hoffman committed Jun 19, 2008
1 parent 5b5710a commit 7b015b9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d38b149794e7444a55e741446717147e7f0467f8
refs/heads/master: ed4ec814e45ae8b1596aea0a29b92f6c3614acaa
3 changes: 3 additions & 0 deletions trunk/drivers/hwmon/adt7473.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ static struct adt7473_data *adt7473_update_device(struct device *dev)
ADT7473_REG_PWM_BHVR(i));
}

i = i2c_smbus_read_byte_data(client, ADT7473_REG_CFG4);
data->max_duty_at_overheat = !!(i & ADT7473_CFG4_MAX_DUTY_AT_OVT);

data->limits_last_updated = local_jiffies;
data->limits_valid = 1;

Expand Down

0 comments on commit 7b015b9

Please sign in to comment.