]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Oct 2016 10:18:15 +0000 (11:18 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Oct 2016 12:29:13 +0000 (13:29 +0100)
commit737600a0fe76d51aee17121b66af1389363e1b6a
treeefebf6f9cf5571ca2da207500f39a2a26ae0c1d6
parent433834548272e2e73e3c03c80a5f34104cfd0307
drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD

'\n' is supposed to be at the end of the line, not in the middle.

Fixes: 20219c576cb9 ("drm/i915: Show bounds of active request in the ring...")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161013101815.26978-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gpu_error.c