We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f0381 commit 7446c0cCopy full SHA for 7446c0c
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
@@ -168,7 +168,7 @@ static int igt_ppgtt_alloc(void *arg)
168
return PTR_ERR(ppgtt);
169
170
if (!ppgtt->vm.allocate_va_range)
171
- goto err_ppgtt_cleanup;
+ goto ppgtt_vm_put;
172
173
/*
174
* While we only allocate the page tables here and so we could
@@ -236,7 +236,7 @@ static int igt_ppgtt_alloc(void *arg)
236
goto retry;
237
}
238
i915_gem_ww_ctx_fini(&ww);
239
-
+ppgtt_vm_put:
240
i915_vm_put(&ppgtt->vm);
241
return err;
242
0 commit comments