diff --git a/drivers/gpu/nvgpu/common/gr/hwpm_map.c b/drivers/gpu/nvgpu/common/gr/hwpm_map.c index 8344bb101..4825a0528 100644 --- a/drivers/gpu/nvgpu/common/gr/hwpm_map.c +++ b/drivers/gpu/nvgpu/common/gr/hwpm_map.c @@ -607,7 +607,6 @@ int nvgpu_gr_hwmp_map_find_priv_offset(struct gk20a *g, if (result != NULL) { *priv_offset = result->offset; } else { - nvgpu_err(g, "Lookup failed for address 0x%x", addr); err = -EINVAL; } diff --git a/drivers/gpu/nvgpu/hal/gr/gr/gr_gk20a.c b/drivers/gpu/nvgpu/hal/gr/gr/gr_gk20a.c index bc0352b24..b1e1411a7 100644 --- a/drivers/gpu/nvgpu/hal/gr/gr/gr_gk20a.c +++ b/drivers/gpu/nvgpu/hal/gr/gr/gr_gk20a.c @@ -1532,8 +1532,7 @@ static int gr_exec_ctx_ops(struct nvgpu_tsg *tsg, offsets, offset_addrs, &num_offsets); if (err != 0) { - nvgpu_log(g, gpu_dbg_gpu_dbg, - "ctx op invalid offset: offset=0x%x", + nvgpu_err(g, "ctx op invalid offset: offset=0x%x", ctx_ops[i].offset); ctx_ops[i].status = REGOP(STATUS_INVALID_OFFSET);