Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287943
b: refs/heads/master
c: dc91ad8
h: refs/heads/master
i:
  287941: 3dd0426
  287939: bb2c1e9
  287935: 76ae5a5
v: v3
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Feb 24, 2012
1 parent cd44e05 commit 96c8f15
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: c1c1a3d012fe5e82a9a025fb4b5a4f8ee67a53f6
refs/heads/master: dc91ad8e84593eb49c65cca70537088782b21e08
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/pmbus/max34440.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int max34440_write_word_data(struct i2c_client *client, int page,
case PMBUS_VIRT_RESET_TEMP_HISTORY:
ret = pmbus_write_word_data(client, page,
MAX34440_MFR_TEMPERATURE_PEAK,
0xffff);
0x8000);
break;
default:
ret = -ENODATA;
Expand Down

0 comments on commit 96c8f15

Please sign in to comment.