diff --git a/drivers/gpu/nvgpu/common/fifo/channel.c b/drivers/gpu/nvgpu/common/fifo/channel.c index 166a6e26c..9919fdfde 100644 --- a/drivers/gpu/nvgpu/common/fifo/channel.c +++ b/drivers/gpu/nvgpu/common/fifo/channel.c @@ -649,8 +649,6 @@ void _gk20a_channel_put(struct channel_gk20a *ch, const char *caller) struct channel_gk20a *_gk20a_channel_from_id(struct gk20a *g, u32 chid, const char *caller) { - nvgpu_log_fn(g, " "); - if (chid == FIFO_INVAL_CHANNEL_ID) { return NULL; }