Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare

2019-02-16 Thread kbuild test robot
Hi Radhakrishna, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20190215] [cannot apply to v5.0-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare

2019-02-16 Thread kbuild test robot
Hi Radhakrishna, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20190215] [cannot apply to v5.0-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare

2019-02-15 Thread Chris Wilson
Quoting Chris Wilson (2019-02-15 19:40:06) > Quoting Radhakrishna Sripada (2019-02-15 19:35:54) > > Fix the resource leak reported by static code checker. > > The caller already frees spin on error, so you just need to set the > output and report the error. Nah, doesn't look at tidy as a proper o

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare

2019-02-15 Thread Chris Wilson
Quoting Radhakrishna Sripada (2019-02-15 19:35:54) > Fix the resource leak reported by static code checker. The caller already frees spin on error, so you just need to set the output and report the error. -Chris ___ Intel-gfx mailing list Intel-gfx@lists

[Intel-gfx] [PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare

2019-02-15 Thread Radhakrishna Sripada
Fix the resource leak reported by static code checker. Cc: Tvrtko Ursulin Signed-off-by: Radhakrishna Sripada --- drivers/gpu/drm/i915/selftests/i915_gem_context.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/selftests/i915_gem_context.c