summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/semaphore.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/semaphore.c')
-rw-r--r--drivers/gpu/nvgpu/common/semaphore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/semaphore.c b/drivers/gpu/nvgpu/common/semaphore.c
index a54ce831..3e916b9d 100644
--- a/drivers/gpu/nvgpu/common/semaphore.c
+++ b/drivers/gpu/nvgpu/common/semaphore.c
@@ -433,7 +433,7 @@ struct nvgpu_semaphore *nvgpu_semaphore_alloc(struct channel_gk20a *ch)
433 */ 433 */
434 nvgpu_semaphore_pool_get(s->hw_sema->p); 434 nvgpu_semaphore_pool_get(s->hw_sema->p);
435 435
436 gpu_sema_dbg(ch->g, "Allocated semaphore (c=%d)", ch->hw_chid); 436 gpu_sema_dbg(ch->g, "Allocated semaphore (c=%d)", ch->chid);
437 437
438 return s; 438 return s;
439} 439}