summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp106/acr_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/acr_gp106.c b/drivers/gpu/nvgpu/gp106/acr_gp106.c
index 39371666..3bd79bcd 100644
--- a/drivers/gpu/nvgpu/gp106/acr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/acr_gp106.c
@@ -170,7 +170,7 @@ static int pmu_ucode_details(struct gk20a *g, struct flcn_ucode_img_v1 *p_img)
170 err = gk20a_init_pmu(pmu); 170 err = gk20a_init_pmu(pmu);
171 if (err) { 171 if (err) {
172 gp106_dbg_pmu("failed to set function pointers\n"); 172 gp106_dbg_pmu("failed to set function pointers\n");
173 goto release_desc; 173 goto release_sig;
174 } 174 }
175 175
176 lsf_desc = kzalloc(sizeof(struct lsf_ucode_desc_v1), GFP_KERNEL); 176 lsf_desc = kzalloc(sizeof(struct lsf_ucode_desc_v1), GFP_KERNEL);