mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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:
committed by
mobile promotions
parent
bb677160e5
commit
13aed4da44
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user