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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index b4fdfb44..7f212eca 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -952,7 +952,8 @@ __releases(&cde_app->mutex)
952 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_TRUE, 952 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_TRUE,
953 compbits_kind, NULL, true, 953 compbits_kind, NULL, true,
954 gk20a_mem_flag_none, 954 gk20a_mem_flag_none,
955 map_offset, map_size); 955 map_offset, map_size,
956 NULL);
956 if (!map_vaddr) { 957 if (!map_vaddr) {
957 dma_buf_put(compbits_buf); 958 dma_buf_put(compbits_buf);
958 err = -EINVAL; 959 err = -EINVAL;