gpu: nvgpu: remove log_fn prints in _gk20a_channel_from_id

Remove nvgpu_log_fn for _gk20a_channel_from_id as enabing log_fn
prints during debugging become very noisy due to these prints.

Change-Id: I52ef193d13af87924dbde59a55c892e98e95bc85
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1982263
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seema Khowala
2018-12-26 16:11:26 -08:00
committed by mobile promotions
parent bb677160e5
commit 13aed4da44

View File

@@ -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;
}