]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Clear ret before unbinding in i915_gem_evict_something()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 5 Jan 2017 15:59:40 +0000 (15:59 +0000)
committerJani Nikula <jani.nikula@intel.com>
Thu, 12 Jan 2017 08:15:44 +0000 (10:15 +0200)
commit7551bea9fa08c2cb5ce6461a5eca7c7a0fad37bc
tree96e1bed627c2f4988e9724b5e094e6cbed87f737
parente778516e00e29f23afeaa4f6bc01cf3ece5cbf0e
drm/i915: Clear ret before unbinding in i915_gem_evict_something()

Missed when rebasing patches, I failed to set ret to zero before
starting the unbind loop (which depends upon ret being zero).

Reported-by: Matthew Auld <matthew.william.auld@gmail.com>
Fixes: a5d44acf2648 ("drm/i915: Combine loops within i915_gem_evict_something")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.william.auld@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170105155940.10033-1-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com>
Cc: <stable@vger.kernel.org> # v4.9+
(cherry picked from commit 121dfbb2a2ef1c5f49e15c38ccc47ff0beb59446)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_gem_evict.c