Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14661
b: refs/heads/master
c: d0d3cd6
h: refs/heads/master
i:
  14659: ba2e4e9
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Nov 24, 2005
1 parent 430c090 commit 7f7cc77
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: 2723ab91cb4019def10bdb01b0fecb85e6ac7884
refs/heads/master: d0d3cd6965d8e957764663cbb5aaa5ff486a2616
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm78.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static DEVICE_ATTR(fan3_div, S_IRUGO, show_fan_3_div, NULL);
static ssize_t show_vid(struct device *dev, struct device_attribute *attr, char *buf)
{
struct lm78_data *data = lm78_update_device(dev);
return sprintf(buf, "%d\n", vid_from_reg(82, data->vid));
return sprintf(buf, "%d\n", vid_from_reg(data->vid, 82));
}
static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);

Expand Down

0 comments on commit 7f7cc77

Please sign in to comment.