diff --git a/drivers/gpu/drm/nouveau/nouveau_hwmon.c b/drivers/gpu/drm/nouveau/nouveau_hwmon.c index 38a4db5bfe21f..4aff04fa483c5 100644 --- a/drivers/gpu/drm/nouveau/nouveau_hwmon.c +++ b/drivers/gpu/drm/nouveau/nouveau_hwmon.c @@ -630,7 +630,6 @@ nouveau_hwmon_init(struct drm_device *dev) hwmon->hwmon = NULL; return ret; #else - hwmon->hwmon = NULL; return 0; #endif }