Re: [Intel-gfx] [PATCH] drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD

2016-10-13 Thread Mika Kuoppala
Chris Wilson writes: > '\n' is supposed to be at the end of the line, not in the middle. > > Fixes: cdb324bde570 ("drm/i915: Show bounds of active request in the ring...") > Signed-off-by: Chris Wilson > Cc: Mika Kuoppala Oopsie. Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915

[Intel-gfx] [PATCH] drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEAD

2016-10-12 Thread Chris Wilson
'\n' is supposed to be at the end of the line, not in the middle. Fixes: cdb324bde570 ("drm/i915: Show bounds of active request in the ring...") Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --