diff --git a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c index 49e8f385d..89b92ef9a 100644 --- a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c +++ b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c @@ -1504,7 +1504,8 @@ int gv11b_fb_mmu_invalidate_replay(struct gk20a *g, } nvgpu_udelay(5); } while (!nvgpu_timeout_expired_msg(&timeout, - "invalidate replay failed on 0x%llx")); + "invalidate replay failed 0x%lx", + invalidate_replay_val)); if (err) { nvgpu_err(g, "invalidate replay timedout"); }