From ebe71ea9a2542fcd75dfa75b4995d953a84b7c1a Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 14 Mar 2017 17:34:14 -0700 Subject: gpu: nvgpu: Remove 0x from function name print Remove an 0x that prepended a function name print (not a function address so the 0x is pretty silly). Bug 1799159 Change-Id: I208192e3cc22699dca13158ab3a33451cee843b0 Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1320840 Reviewed-by: svccoveritychecker Reviewed-by: Seshendra Gadagottu Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/common/linux/timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/common/linux/timers.c') 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, 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; -- cgit v1.2.2