summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index 35a7a9e1..b73abeda 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -47,7 +47,7 @@ void channel_gm20b_bind(struct channel_gk20a *c)
47 u32 inst_ptr = nvgpu_inst_block_addr(g, &c->inst_block) 47 u32 inst_ptr = nvgpu_inst_block_addr(g, &c->inst_block)
48 >> ram_in_base_shift_v(); 48 >> ram_in_base_shift_v();
49 49
50 gk20a_dbg_info("bind channel %d inst ptr 0x%08x", 50 nvgpu_log_info(g, "bind channel %d inst ptr 0x%08x",
51 c->chid, inst_ptr); 51 c->chid, inst_ptr);
52 52
53 53