commit | 401f147b16d90ae378ec8218679e6fdba96e13cf | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Mar 21 12:24:51 2019 +0300 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 21 13:30:16 2019 +0000 |
tree | bc4bd03dfc2d729fa6835d1206d72eb875cf0166 | |
parent | ab7529f2441791cdfe6c8e3202f35f3e811985a6 [diff] |
drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier() The mock_context() function returns NULL on error, it doesn't return error pointers. Fixes: 85fddf0b0027 ("drm/i915: Introduce a context barrier callback") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190321092451.GK2202@kadam