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 f9e2d477..1d0379c5 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1185,7 +1185,7 @@ int acr_ucode_patch_sig(struct gk20a *g,
1185 unsigned int *p_patch_loc, 1185 unsigned int *p_patch_loc,
1186 unsigned int *p_patch_ind) 1186 unsigned int *p_patch_ind)
1187{ 1187{
1188 int i, *p_sig; 1188 unsigned int i, *p_sig;
1189 gm20b_dbg_pmu(""); 1189 gm20b_dbg_pmu("");
1190 1190
1191 if (!pmu_is_debug_mode_en(g)) { 1191 if (!pmu_is_debug_mode_en(g)) {