Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292142
b: refs/heads/master
c: 07de3df
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Mar 19, 2012
1 parent ae49eb0 commit f1ac6ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 3c22e2326015e79822837aaa44eaf15249f8af7b
refs/heads/master: 07de3dfb15793c3e406bfb04da7c4b64ecdf3022
6 changes: 4 additions & 2 deletions trunk/drivers/hwmon/wm831x-hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_chip_temp, NULL,
WM831X_AUX_CHIP_TEMP);
static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL,
WM831X_AUX_CHIP_TEMP);
/* Report as a voltage since conversion depends on external components
* and that's what the ABI wants. */
/*
* Report as a voltage since conversion depends on external components
* and that's what the ABI wants.
*/
static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_voltage, NULL,
WM831X_AUX_BATT_TEMP);
static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,
Expand Down

0 comments on commit f1ac6ce

Please sign in to comment.