summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/vm_area.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/vm_area.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/vm_area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/vm_area.c b/drivers/gpu/nvgpu/common/mm/vm_area.c
index 88758b85..fddec357 100644
--- a/drivers/gpu/nvgpu/common/mm/vm_area.c
+++ b/drivers/gpu/nvgpu/common/mm/vm_area.c
@@ -208,7 +208,7 @@ int nvgpu_vm_area_free(struct vm_gk20a *vm, u64 addr)
208 &vm_area->buffer_list_head, 208 &vm_area->buffer_list_head,
209 nvgpu_mapped_buf, buffer_list) { 209 nvgpu_mapped_buf, buffer_list) {
210 nvgpu_list_del(&buffer->buffer_list); 210 nvgpu_list_del(&buffer->buffer_list);
211 nvgpu_ref_put(&buffer->ref, nvgpu_vm_unmap_locked_ref); 211 nvgpu_ref_put(&buffer->ref, __nvgpu_vm_unmap_ref);
212 } 212 }
213 213
214 /* if this was a sparse mapping, free the va */ 214 /* if this was a sparse mapping, free the va */