summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os')
-rw-r--r--drivers/gpu/nvgpu/os/linux/cde.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/cde.c b/drivers/gpu/nvgpu/os/linux/cde.c
index 7aac8e01..074fe5ce 100644
--- a/drivers/gpu/nvgpu/os/linux/cde.c
+++ b/drivers/gpu/nvgpu/os/linux/cde.c
@@ -1106,6 +1106,8 @@ __releases(&l->cde_app->mutex)
1106 NULL, 1106 NULL,
1107 &map_vaddr); 1107 &map_vaddr);
1108 if (err) { 1108 if (err) {
1109 nvgpu_warn(g, "cde: failed to map compbits scatter buf at %lld size %lld",
1110 map_offset, map_size);
1109 dma_buf_put(compbits_scatter_buf); 1111 dma_buf_put(compbits_scatter_buf);
1110 err = -EINVAL; 1112 err = -EINVAL;
1111 goto exit_idle; 1113 goto exit_idle;