]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()
authorTodd Previte <tprevite@gmail.com>
Wed, 15 Apr 2015 15:38:47 +0000 (08:38 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Apr 2015 12:42:04 +0000 (14:42 +0200)
commit141a2e3e0f4af3f4528219812dcc0b2ea004118e
tree1bb11cb4e334b97202c8b1398358e5b6429de8c6
parentd4047db98512e7263be698c1a37185e91d9eea43
drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()

The debug message is missing a newline at the end and it makes the
logs hard to read when a device defers a lot. Simple 2-character fix
adds the newline at the end.

Signed-off-by: Todd Previte <tprevite@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_dp_helper.c