Re: [Intel-gfx] [PATCH 4/7] drm/i915: remove extra new line on pipe_config mismatch

2019-10-11 Thread Ville Syrjälä
On Thu, Oct 10, 2019 at 06:09:04PM -0700, Lucas De Marchi wrote: > The new line is already added by pipe_config_mismatch(), so the callers > shouldn't add it. I guess fallout from commit 48c38154d539 ("drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...)") ? Looks correct to me.

[Intel-gfx] [PATCH 4/7] drm/i915: remove extra new line on pipe_config mismatch

2019-10-10 Thread Lucas De Marchi
The new line is already added by pipe_config_mismatch(), so the callers shouldn't add it. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_display.c | 22 ++-- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git