summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/fifo_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 28514386..5fbe7227 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -428,7 +428,7 @@ static int vgpu_fifo_preempt_channel(struct gk20a *g, u32 hw_chid)
428 428
429 if (err || msg.ret) { 429 if (err || msg.ret) {
430 nvgpu_err(g, 430 nvgpu_err(g,
431 "preempt channel %d failed\n", hw_chid); 431 "preempt channel %d failed", hw_chid);
432 err = -ENOMEM; 432 err = -ENOMEM;
433 } 433 }
434 434
@@ -452,7 +452,7 @@ static int vgpu_fifo_preempt_tsg(struct gk20a *g, u32 tsgid)
452 452
453 if (err) { 453 if (err) {
454 nvgpu_err(g, 454 nvgpu_err(g,
455 "preempt tsg %u failed\n", tsgid); 455 "preempt tsg %u failed", tsgid);
456 } 456 }
457 457
458 return err; 458 return err;