diff --git a/drivers/gpu/nvgpu/common/linux/timers.c b/drivers/gpu/nvgpu/common/linux/timers.c index f067107b3..5c4f0fb13 100644 --- a/drivers/gpu/nvgpu/common/linux/timers.c +++ b/drivers/gpu/nvgpu/common/linux/timers.c @@ -113,7 +113,7 @@ static int __nvgpu_timeout_expired_msg_retry(struct nvgpu_timeout *timeout, vsnprintf(buf, sizeof(buf), fmt, args); dev_err(dev_from_gk20a(g), - "No more retries @ 0x%pF %s\n", caller, buf); + "No more retries @ %pF %s\n", caller, buf); } return -ETIMEDOUT;