summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index 084f1793..730ffe5c 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -1230,7 +1230,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1230 } 1230 }
1231 1231
1232 /* bind the channel to the vm */ 1232 /* bind the channel to the vm */
1233 err = __gk20a_vm_bind_channel(&g->mm.cde.vm, ch); 1233 err = __gk20a_vm_bind_channel(g->mm.cde.vm, ch);
1234 if (err) { 1234 if (err) {
1235 nvgpu_warn(g, "cde: could not bind vm"); 1235 nvgpu_warn(g, "cde: could not bind vm");
1236 goto err_commit_va; 1236 goto err_commit_va;