summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c b/drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c
index c006480b..97605800 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator_buddy.c
@@ -1119,7 +1119,7 @@ int __gk20a_buddy_allocator_init(struct gk20a_allocator *__a,
1119 if (!a) 1119 if (!a)
1120 return -ENOMEM; 1120 return -ENOMEM;
1121 1121
1122 err = __gk20a_alloc_common_init(__a, name, a, &buddy_ops); 1122 err = __gk20a_alloc_common_init(__a, name, a, false, &buddy_ops);
1123 if (err) 1123 if (err)
1124 goto fail; 1124 goto fail;
1125 1125