From 80001c845c7d396c9c56c867d6ff6699ce85dfdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Fri, 13 May 2016 10:58:58 +0200 Subject: [PATCH] drm/i915: Comment out a DRM_DEBUG_KMS statement Sysfs interface for connectors is not implemented. Requested-by: zrj --- sys/dev/drm/i915/intel_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/drm/i915/intel_panel.c b/sys/dev/drm/i915/intel_panel.c index 1c2f3d0b33..821ef14a4f 100644 --- a/sys/dev/drm/i915/intel_panel.c +++ b/sys/dev/drm/i915/intel_panel.c @@ -1191,10 +1191,10 @@ static int intel_backlight_device_register(struct intel_connector *connector) panel->backlight.device = NULL; return -ENODEV; } -#endif DRM_DEBUG_KMS("Connector %s backlight sysfs interface registered\n", connector->base.name); +#endif return 0; } -- 2.11.4.GIT