summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2015-10-27 14:56:37 -0200
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2015-11-04 16:49:33 -0200
commit22030d4eadd57169fb422bbf606e2338087bff1f (patch)
tree00bfc1654b3d2cc61439ad245c666726ae6fa03a
parentfc6c0152e04481c825de015fdf115f9b9e45ff04 (diff)
drm/i915: remove newline from a no_fbc_reason messagefbc-2015-11-05
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>
-rw-r--r--drivers/gpu/drm/i915/intel_fbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_fbc.c b/drivers/gpu/drm/i915/intel_fbc.c
index e496cb077041..427537587505 100644
--- a/drivers/gpu/drm/i915/intel_fbc.c
+++ b/drivers/gpu/drm/i915/intel_fbc.c
@@ -942,7 +942,7 @@ static void __intel_fbc_update(struct drm_i915_private *dev_priv)
}
intel_fbc_schedule_enable(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: