diff --git a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c index 478bc0730..eaccdbc74 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) gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped"); break; default: - gk20a_warn(d, "unrecognized region %d skipped", i); + gk20a_dbg_info("unrecognized region %d skipped", i); break; } }