OSDN Git Service

drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERR
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 14 Feb 2018 21:12:34 +0000 (15:12 -0600)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Feb 2018 16:33:30 +0000 (16:33 +0000)
commit6e8c06d291f339d6586777e4c6184fb1102c2d97
treed7e3aa19bab497732d3b554b271cf3c489c8c5f4
parentc5cb21c17a169eee5d45f2706ba3b6c3a7288786
drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERR

Fix inconsistent IS_ERR and PTR_ERR in shrink_boom.
The proper pointer to use is _explode_ instead of _purge_.

This issue was detected with the help of Coccinelle.

Fixes: fe215c8bc426 ("drm/i915/selftests: add missing gtt shrinker test")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180214211234.GA22341@embeddedgus
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c