Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254276
b: refs/heads/master
c: 0e502ec
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Jul 1, 2011
1 parent 64547e2 commit eb30252
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 81ae68142a0483b3791cba99eab268859858f508
refs/heads/master: 0e502ec889d33bfcb348e420d7e105bc61c45eb4
4 changes: 4 additions & 0 deletions trunk/drivers/hwmon/pmbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ static void pmbus_find_sensor_groups(struct i2c_client *client,
PMBUS_STATUS_TEMPERATURE))
info->func[0] |= PMBUS_HAVE_STATUS_TEMP;
}
if (pmbus_check_word_register(client, 0, PMBUS_READ_TEMPERATURE_2))
info->func[0] |= PMBUS_HAVE_TEMP2;
if (pmbus_check_word_register(client, 0, PMBUS_READ_TEMPERATURE_3))
info->func[0] |= PMBUS_HAVE_TEMP3;

/* Sensors detected on all pages */
for (page = 0; page < info->pages; page++) {
Expand Down

0 comments on commit eb30252

Please sign in to comment.