Commit a5f5af86 authored by Martin Peres's avatar Martin Peres Committed by Ben Skeggs

drm/nouveau/hwmon: fix the initialization condition

Signed-off-by: default avatarMartin Peres <martin.peres@labri.fr>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 11573aa7
...@@ -706,8 +706,7 @@ nouveau_hwmon_init(struct drm_device *dev) ...@@ -706,8 +706,7 @@ nouveau_hwmon_init(struct drm_device *dev)
struct device *hwmon_dev; struct device *hwmon_dev;
int ret = 0; int ret = 0;
if (!therm || !therm->temp_get || !therm->attr_get || if (!therm || !therm->temp_get || !therm->attr_get || !therm->attr_set)
!therm->attr_set || therm->temp_get(therm) < 0)
return -ENODEV; return -ENODEV;
hwmon_dev = hwmon_device_register(&dev->pdev->dev); hwmon_dev = hwmon_device_register(&dev->pdev->dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment