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 b7fe30f1..f067107b 100644
--- a/drivers/gpu/nvgpu/common/linux/timers.c
+++ b/drivers/gpu/nvgpu/common/linux/timers.c
@@ -88,7 +88,7 @@ static int __nvgpu_timeout_expired_msg_cpu(struct nvgpu_timeout *timeout,
88 vsnprintf(buf, sizeof(buf), fmt, args); 88 vsnprintf(buf, sizeof(buf), fmt, args);
89 89
90 dev_err(dev_from_gk20a(g), 90 dev_err(dev_from_gk20a(g),
91 "Timeout detected @ 0x%pF %s\n", caller, buf); 91 "Timeout detected @ %pF %s\n", caller, buf);
92 } 92 }
93 93
94 return -ETIMEDOUT; 94 return -ETIMEDOUT;