summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/common/mm/comptags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/comptags.c b/drivers/gpu/nvgpu/common/mm/comptags.c
index 01ab646a..8f2fe90f 100644
--- a/drivers/gpu/nvgpu/common/mm/comptags.c
+++ b/drivers/gpu/nvgpu/common/mm/comptags.c
@@ -91,5 +91,5 @@ void gk20a_comptag_allocator_destroy(struct gk20a *g,
91 * unnecessary here. 91 * unnecessary here.
92 */ 92 */
93 allocator->size = 0; 93 allocator->size = 0;
94 nvgpu_vfree(allocator->g, allocator->bitmap); 94 nvgpu_vfree(g, allocator->bitmap);
95} 95}