summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/fifo_gp10b.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
index 349f25fc..127d4632 100644
--- a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
@@ -200,8 +200,6 @@ static int gp10b_fifo_engine_enum_from_type(struct gk20a *g, u32 engine_type,
200 /* Default assumptions - all the CE engine have separate runlist */ 200 /* Default assumptions - all the CE engine have separate runlist */
201 ret = ENGINE_ASYNC_CE_GK20A; 201 ret = ENGINE_ASYNC_CE_GK20A;
202 } 202 }
203 else
204 gk20a_err(g->dev, "unknown engine %d", engine_type);
205 203
206 return ret; 204 return ret;
207} 205}