diff options
Diffstat (limited to 'drivers/hwmon/w83791d.c')
-rw-r--r-- | drivers/hwmon/w83791d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index a3feee332e20..bdcf2dce5ec4 100644 --- a/drivers/hwmon/w83791d.c +++ b/drivers/hwmon/w83791d.c | |||
@@ -1043,7 +1043,7 @@ static struct sensor_device_attribute sda_temp_alarm[] = { | |||
1043 | SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13), | 1043 | SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13), |
1044 | }; | 1044 | }; |
1045 | 1045 | ||
1046 | /* get reatime status of all sensors items: voltage, temp, fan */ | 1046 | /* get realtime status of all sensors items: voltage, temp, fan */ |
1047 | static ssize_t show_alarms_reg(struct device *dev, | 1047 | static ssize_t show_alarms_reg(struct device *dev, |
1048 | struct device_attribute *attr, char *buf) | 1048 | struct device_attribute *attr, char *buf) |
1049 | { | 1049 | { |