summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 06106b91..c5bc5bda 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -301,8 +301,6 @@ int gk20a_fifo_engine_enum_from_type(struct gk20a *g, u32 engine_type,
301 if (inst_id) 301 if (inst_id)
302 *inst_id = (engine_type - top_device_info_type_enum_copy0_v()); 302 *inst_id = (engine_type - top_device_info_type_enum_copy0_v());
303 } 303 }
304 else
305 gk20a_err(g->dev, "unknown engine %d", engine_type);
306 304
307 return ret; 305 return ret;
308} 306}