diff options
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r-- | drivers/hwmon/w83627hf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index b1943ec29c48..a2ccf93521c1 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c | |||
@@ -703,7 +703,7 @@ static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid_reg, NULL); | |||
703 | static ssize_t | 703 | static ssize_t |
704 | show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) | 704 | show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) |
705 | { | 705 | { |
706 | struct w83627hf_data *data = w83627hf_update_device(dev); | 706 | struct w83627hf_data *data = dev_get_drvdata(dev); |
707 | return sprintf(buf, "%ld\n", (long) data->vrm); | 707 | return sprintf(buf, "%ld\n", (long) data->vrm); |
708 | } | 708 | } |
709 | static ssize_t | 709 | static ssize_t |