summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/gmmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/gmmu.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/gmmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/gmmu.c b/drivers/gpu/nvgpu/common/mm/gmmu.c
index ffac324c..e1942cbd 100644
--- a/drivers/gpu/nvgpu/common/mm/gmmu.c
+++ b/drivers/gpu/nvgpu/common/mm/gmmu.c
@@ -477,7 +477,7 @@ static int __nvgpu_gmmu_do_update_page_table(struct vm_gk20a *vm,
477 struct nvgpu_gmmu_attrs *attrs) 477 struct nvgpu_gmmu_attrs *attrs)
478{ 478{
479 struct gk20a *g = gk20a_from_vm(vm); 479 struct gk20a *g = gk20a_from_vm(vm);
480 void *sgl; 480 struct nvgpu_sgl *sgl;
481 int err = 0; 481 int err = 0;
482 482
483 if (!sgt) { 483 if (!sgt) {