drm/i915: remove newline from a no_fbc_reason message
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 4 Nov 2015 19:10:57 +0000 (17:10 -0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 10 Nov 2015 09:51:30 +0000 (10:51 +0100)
Newlines are not needed and they're not used by the other messages. I
added the newline by mistake.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446664257-32012-14-git-send-email-paulo.r.zanoni@intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_fbc.c

index c245116..15b397d 100644 (file)
@@ -955,7 +955,7 @@ static void __intel_fbc_update(struct drm_i915_private *dev_priv)
        }
 
        intel_fbc_schedule_enable(intel_crtc);
-       dev_priv->fbc.no_fbc_reason = "FBC enabled (not necessarily active)\n";
+       dev_priv->fbc.no_fbc_reason = "FBC enabled (not necessarily active)";
        return;
 
 out_disable: