Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360846
b: refs/heads/master
c: f366fcc
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Mar 4, 2013
1 parent 74c6f28 commit 92eaead
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: dbd712c2272764a536e29ad6841dba74989a39d9
refs/heads/master: f366fccd0809f13ba20d64cae3c83f7338c88af7
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/pmbus/ltc2978.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static int ltc2978_probe(struct i2c_client *client,
data->temp_max = 0x7c00;
data->temp2_max = 0x7c00;

switch (id->driver_data) {
switch (data->id) {
case ltc2978:
info->read_word_data = ltc2978_read_word_data;
info->pages = 8;
Expand Down

0 comments on commit 92eaead

Please sign in to comment.