drm/i915: Fix misleading driver debug message
authorFrank Binns <[email protected]>
Fri, 24 Jun 2016 13:00:25 +0000 (14:00 +0100)
committerChris Wilson <[email protected]>
Fri, 24 Jun 2016 13:45:22 +0000 (14:45 +0100)
Stop claiming that UMS support is disabled when it's not actually
supported anymore.

Signed-off-by: Frank Binns <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.c

index afa3e99fd48a1c55a09f692abde13d1368baaa8a..50d1a71aeddca5cec6ab19a66f6bf118313ef5a6 100644 (file)
@@ -3465,7 +3465,7 @@ static int __init i915_init(void)
 
        if (!(driver.driver_features & DRIVER_MODESET)) {
                /* Silently fail loading to not upset userspace. */
-               DRM_DEBUG_DRIVER("KMS and UMS disabled.\n");
+               DRM_DEBUG_DRIVER("KMS disabled.\n");
                return 0;
        }