diff options
-rw-r--r-- | drivers/gpu/nvgpu/common/fb/fb_gv11b.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c index 49e8f385..89b92ef9 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, | |||
1504 | } | 1504 | } |
1505 | nvgpu_udelay(5); | 1505 | nvgpu_udelay(5); |
1506 | } while (!nvgpu_timeout_expired_msg(&timeout, | 1506 | } while (!nvgpu_timeout_expired_msg(&timeout, |
1507 | "invalidate replay failed on 0x%llx")); | 1507 | "invalidate replay failed 0x%lx", |
1508 | invalidate_replay_val)); | ||
1508 | if (err) { | 1509 | if (err) { |
1509 | nvgpu_err(g, "invalidate replay timedout"); | 1510 | nvgpu_err(g, "invalidate replay timedout"); |
1510 | } | 1511 | } |