OSDN Git Service

drm/i915/execlists: Avoid putting the error pointer
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 11 Jun 2018 15:33:32 +0000 (16:33 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 11 Jun 2018 16:11:02 +0000 (17:11 +0100)
commit467d35789e5a4f47428b65ef711b30fdabbb0fd4
treed2db717133f46a5a9bbf2167c375067025db9561
parent41d37680ca0b157ad1ed29409bcdc2b0bc21d11f
drm/i915/execlists: Avoid putting the error pointer

On allocation error, do not jump to the unwind handler that tries to
free the error pointer.

Reported-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: a89d1f921c15 ("drm/i915: Split i915_gem_timeline into individual timelines")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180611153332.14824-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c