[PATCH 55/55] compile

Chris Wilson chris at chris-wilson.co.uk
Tue Apr 16 16:12:04 UTC 2019


---
 drivers/gpu/drm/i915/gt/selftest_workarounds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/selftest_workarounds.c b/drivers/gpu/drm/i915/gt/selftest_workarounds.c
index 883ce75db7e5..c008358c89f6 100644
--- a/drivers/gpu/drm/i915/gt/selftest_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/selftest_workarounds.c
@@ -777,7 +777,7 @@ static int scrub_whitelisted_registers(struct i915_gem_context *ctx,
 	i915_gem_chipset_flush(ctx->i915);
 
 	rq = igt_request_alloc(ctx, engine);
-	if (IS_ERR(rq))
+	if (IS_ERR(rq)) {
 		err = PTR_ERR(rq);
 		goto err_unpin;
 	}
-- 
2.20.1



More information about the Intel-gfx-trybot mailing list