Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eec99016 authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Dave Airlie
Browse files

drm/nouveau/hwmon: fix compilation without CONFIG_HWMON

parent a1f84f57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -630,7 +630,6 @@ error:
	hwmon->hwmon = NULL;
	return ret;
#else
	hwmon->hwmon = NULL;
	return 0;
#endif
}