summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 6544a652..32915ee1 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1913,9 +1913,10 @@ int gk20a_fifo_tsg_unbind_channel_verify_status(struct channel_gk20a *ch)
1913 struct gk20a *g = ch->g; 1913 struct gk20a *g = ch->g;
1914 1914
1915 if (gk20a_fifo_channel_status_is_next(g, ch->chid)) { 1915 if (gk20a_fifo_channel_status_is_next(g, ch->chid)) {
1916 nvgpu_err(g, "Channel %d to be removed from TSG %d has NEXT set!", 1916 nvgpu_log(g, gpu_dbg_info,
1917 "Channel %d to be removed from TSG %d has NEXT set!",
1917 ch->chid, ch->tsgid); 1918 ch->chid, ch->tsgid);
1918 return -EINVAL; 1919 return 0;
1919 } 1920 }
1920 1921
1921 if (g->ops.fifo.tsg_verify_status_ctx_reload) 1922 if (g->ops.fifo.tsg_verify_status_ctx_reload)