summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index db8ef919..360cfc33 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -456,7 +456,7 @@ int prepare_ucode_blob(struct gk20a *g)
456 gm20b_dbg_pmu("prepare ucode blob return 0\n"); 456 gm20b_dbg_pmu("prepare ucode blob return 0\n");
457 free_acr_resources(g, plsfm); 457 free_acr_resources(g, plsfm);
458 free_sgt: 458 free_sgt:
459 gk20a_free_sgtable(&sgt); 459 gk20a_free_sgtable(g, &sgt);
460 return err; 460 return err;
461} 461}
462 462