summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/tsg_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/tsg_vgpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
index 3f6b6fd9..3ce4aa1f 100644
--- a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
@@ -69,7 +69,7 @@ static int vgpu_tsg_bind_channel(struct tsg_gk20a *tsg,
69 if (err) { 69 if (err) {
70 nvgpu_err(tsg->g, 70 nvgpu_err(tsg->g,
71 "vgpu_tsg_bind_channel failed, ch %d tsgid %d", 71 "vgpu_tsg_bind_channel failed, ch %d tsgid %d",
72 ch->hw_chid, tsg->tsgid); 72 ch->chid, tsg->tsgid);
73 gk20a_tsg_unbind_channel(ch); 73 gk20a_tsg_unbind_channel(ch);
74 } 74 }
75 75