summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/timers.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/timers.c b/drivers/gpu/nvgpu/common/linux/timers.c
index f067107b..5c4f0fb1 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,
113 vsnprintf(buf, sizeof(buf), fmt, args); 113 vsnprintf(buf, sizeof(buf), fmt, args);
114 114
115 dev_err(dev_from_gk20a(g), 115 dev_err(dev_from_gk20a(g),
116 "No more retries @ 0x%pF %s\n", caller, buf); 116 "No more retries @ %pF %s\n", caller, buf);
117 } 117 }
118 118
119 return -ETIMEDOUT; 119 return -ETIMEDOUT;