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 98d1a34d..815ae638 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1418,7 +1418,7 @@ int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt)
1418 err = nvgpu_dma_alloc_flags_sys(g, 1418 err = nvgpu_dma_alloc_flags_sys(g,
1419 NVGPU_DMA_READ_ONLY, bl_sz, &acr->hsbl_ucode); 1419 NVGPU_DMA_READ_ONLY, bl_sz, &acr->hsbl_ucode);
1420 if (err) { 1420 if (err) {
1421 nvgpu_err(g, "failed to allocate memory\n"); 1421 nvgpu_err(g, "failed to allocate memory");
1422 goto err_done; 1422 goto err_done;
1423 } 1423 }
1424 1424