Skip to content

Commit a5b8fe7

Browse files
committed
fixup! drm/gpuvm: Add drm_gpuvm_bo_unmap()
1 parent a238ed9 commit a5b8fe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/drm_gpuvm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3046,8 +3046,8 @@ drm_gpuvm_bo_unmap(struct drm_gpuvm_bo *vm_bo, void *priv)
30463046
return -EINVAL;
30473047

30483048
struct drm_gpuva_ops *ops = drm_gpuvm_bo_unmap_ops_create(vm_bo);
3049-
if (IS_ERR(ops))
3050-
return PTR_ERR(ops);
3049+
if (IS_ERR(ops))
3050+
return PTR_ERR(ops);
30513051

30523052
drm_gpuva_for_each_op(op, ops) {
30533053
drm_WARN_ON(vm_bo->vm->drm, op->op != DRM_GPUVA_OP_UNMAP);

0 commit comments

Comments
 (0)