Re: [Intel-gfx] [PATCH] drm/i915: Fix uninitialized return from mi_set_context

2017-02-14 Thread Chris Wilson
On Tue, Feb 14, 2017 at 03:29:01PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > For some reason my compiler (and CI as well) failed to spot the > uninitialized ret in mi_set_context. > > Signed-off-by: Tvrtko Ursulin > Fixes:

[Intel-gfx] [PATCH] drm/i915: Fix uninitialized return from mi_set_context

2017-02-14 Thread Tvrtko Ursulin
From: Tvrtko Ursulin For some reason my compiler (and CI as well) failed to spot the uninitialized ret in mi_set_context. Signed-off-by: Tvrtko Ursulin Fixes: 73dec95e6ba3 ("drm/i915: Emit to ringbuffer directly") Cc: Tvrtko Ursulin