From: Paulo Zanoni Date: Wed, 4 Nov 2015 19:10:57 +0000 (-0200) Subject: drm/i915: remove newline from a no_fbc_reason message X-Git-Tag: v5.15~13124^2~45^2~1205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=793af070a716bd7a5c80fbd63ae2a0f15825fddd;p=platform%2Fkernel%2Flinux-starfive.git drm/i915: remove newline from a no_fbc_reason message Newlines are not needed and they're not used by the other messages. I added the newline by mistake. Signed-off-by: Paulo Zanoni Link: http://patchwork.freedesktop.org/patch/msgid/1446664257-32012-14-git-send-email-paulo.r.zanoni@intel.com Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/i915/intel_fbc.c b/drivers/gpu/drm/i915/intel_fbc.c index c245116..15b397d6 100644 --- a/drivers/gpu/drm/i915/intel_fbc.c +++ b/drivers/gpu/drm/i915/intel_fbc.c @@ -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: