summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index b6691db5..367d61f5 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -916,7 +916,7 @@ static void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
916 gr_gk20a_init_cg_mode(g, ELCG_MODE, ELCG_RUN); 916 gr_gk20a_init_cg_mode(g, ELCG_MODE, ELCG_RUN);
917 917
918 if (rc_type == RC_TYPE_MMU_FAULT) 918 if (rc_type == RC_TYPE_MMU_FAULT)
919 gk20a_debug_dump(g->dev); 919 gk20a_debug_dump(g);
920 920
921 /* get the channel/TSG */ 921 /* get the channel/TSG */
922 if (rc_type == RC_TYPE_MMU_FAULT && mmfault && mmfault->refch) { 922 if (rc_type == RC_TYPE_MMU_FAULT && mmfault && mmfault->refch) {