Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363049
b: refs/heads/master
c: bc0c591
h: refs/heads/master
i:
  363047: 0caa059
v: v3
  • Loading branch information
Guenter Roeck committed Apr 8, 2013
1 parent 7f7e7a6 commit b6742da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: f0df0fd92da5cc6a5edf11678cc3d3563166781b
refs/heads/master: bc0c591ec1d1f5dd0549c0f0d003647d197a025b
12 changes: 6 additions & 6 deletions trunk/drivers/hwmon/ltc4151.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ static ssize_t ltc4151_show_value(struct device *dev,
/*
* Input voltages.
*/
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, \
ltc4151_show_value, NULL, LTC4151_VIN_H);
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, \
ltc4151_show_value, NULL, LTC4151_ADIN_H);
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, ltc4151_show_value, NULL,
LTC4151_VIN_H);
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, ltc4151_show_value, NULL,
LTC4151_ADIN_H);

/* Currents (via sense resistor) */
static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \
ltc4151_show_value, NULL, LTC4151_SENSE_H);
static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, ltc4151_show_value, NULL,
LTC4151_SENSE_H);

/*
* Finally, construct an array of pointers to members of the above objects,
Expand Down

0 comments on commit b6742da

Please sign in to comment.