drm/i915/gem: Check the correct variable in selftest
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 3 Dec 2020 08:45:17 +0000 (11:45 +0300)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 3 Dec 2020 13:15:44 +0000 (13:15 +0000)
commit14f2d7604f7ce4cb3d303aea17292d119dfafa75
tree336a50f70e8d85abc80079b24d4aeedd1984fb98
parent7d1a31e128d3cb939cd70c95f898c13f85155571
drm/i915/gem: Check the correct variable in selftest

There is a copy and paste bug in this code.  It's supposed to check
"obj2" instead of checking "obj" a second time.

Fixes: 80f0b679d6f0 ("drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/8ilneOcJAjwqU4t@mwand
drivers/gpu/drm/i915/selftests/i915_gem.c