Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280581
b: refs/heads/master
c: aac9fe9
h: refs/heads/master
i:
  280579: 66ed94a
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Jan 5, 2012
1 parent b957d9b commit 31c034f
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: f58c44e698a8362d2ab2d1c966ca80b748ff9ff9
refs/heads/master: aac9fe9b4697868009e752562e743cc7984809bc
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/ltc4261.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static struct ltc4261_data *ltc4261_update_device(struct device *dev)
"Failed to read ADC value: error %d\n",
val);
ret = ERR_PTR(val);
data->valid = 0;
goto abort;
}
data->regs[i] = val;
Expand Down

0 comments on commit 31c034f

Please sign in to comment.