commit | 793af070a716bd7a5c80fbd63ae2a0f15825fddd | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Wed Nov 04 17:10:57 2015 -0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Nov 10 10:51:30 2015 +0100 |
tree | 6e5aafcbc2646549fe02139db9586d5aedfb022d | |
parent | 6c566dc9aca80f412665936f9db5b97221654061 [diff] [blame] |
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 <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>
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 @@ } 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: