[Intel-gfx] [PATCH 13/13] drm/i915: remove newline from a no_fbc_reason message
Paulo Zanoni
paulo.r.zanoni at intel.com
Wed Nov 4 11:10:57 PST 2015
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 at intel.com>
---
drivers/gpu/drm/i915/intel_fbc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_fbc.c b/drivers/gpu/drm/i915/intel_fbc.c
index e496cb0..4275375 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:
--
2.6.1
More information about the Intel-gfx
mailing list