summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7ef6be09..eb9ae08c 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -146,7 +146,7 @@ static int pmu_ucode_details(struct gk20a *g, struct flcn_ucode_img *p_img)
146 err = gk20a_init_pmu(pmu); 146 err = gk20a_init_pmu(pmu);
147 if (err) { 147 if (err) {
148 gm20b_dbg_pmu("failed to set function pointers\n"); 148 gm20b_dbg_pmu("failed to set function pointers\n");
149 goto release_desc; 149 goto release_sig;
150 } 150 }
151 151
152 lsf_desc = kzalloc(sizeof(struct lsf_ucode_desc), GFP_KERNEL); 152 lsf_desc = kzalloc(sizeof(struct lsf_ucode_desc), GFP_KERNEL);