drm/i915: remove extra new line on pipe_config mismatch
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 11 Oct 2019 01:09:04 +0000 (18:09 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 19 Oct 2019 00:28:16 +0000 (17:28 -0700)
commitcbd9b9f2e7b1f2e34478e0b1d944d521063e430d
treec47c6195c3d5afcae57edf29374161d78e6aaa0c
parent10d987fd1b7baceaafa78d805e71427ab735b4e4
drm/i915: remove extra new line on pipe_config mismatch

The new line is already added by pipe_config_mismatch(), so the callers
shouldn't add it.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191011010907.103309-5-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_display.c