summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c b/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
index f15d0729..103ad243 100644
--- a/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
+++ b/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
@@ -99,7 +99,7 @@ int nvgpu_os_fence_syncpt_create(
99 nvhost_dev, id, thresh, "fence"); 99 nvhost_dev, id, thresh, "fence");
100 100
101 if (IS_ERR(fence)) { 101 if (IS_ERR(fence)) {
102 nvgpu_err(c->g, "error constructing fence %s", "fence"); 102 nvgpu_err(c->g, "error %d during construction of fence.", (int)PTR_ERR(fence));
103 return PTR_ERR(fence); 103 return PTR_ERR(fence);
104 } 104 }
105 105