summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/cde.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/cde.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index 5f0dfb0b..040a4e3d 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1284,6 +1284,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1284 tsg = gk20a_tsg_open(g); 1284 tsg = gk20a_tsg_open(g);
1285 if (!tsg) { 1285 if (!tsg) {
1286 nvgpu_err(g, "cde: could not create TSG"); 1286 nvgpu_err(g, "cde: could not create TSG");
1287 err = -ENOMEM;
1287 goto err_get_gk20a_channel; 1288 goto err_get_gk20a_channel;
1288 } 1289 }
1289 1290