summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
index 478bc073..eaccdbc7 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
@@ -284,7 +284,7 @@ static int gr_gk20a_init_ctx_vars_fw(struct gk20a *g, struct gr_gk20a *gr)
284 gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped"); 284 gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped");
285 break; 285 break;
286 default: 286 default:
287 gk20a_warn(d, "unrecognized region %d skipped", i); 287 gk20a_dbg_info("unrecognized region %d skipped", i);
288 break; 288 break;
289 } 289 }
290 } 290 }