mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: ga10x: remove channel status debug print
Remove the channel status print added for debugging purposes. Bug 200779340 Change-Id: I9b3ae6dd9dd0f37f5046a3efa69f9d9ae26c725b Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2617543 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
93f7636268
commit
d60bcde892
@@ -234,8 +234,6 @@ void ga10b_channel_read_state(struct gk20a *g, struct nvgpu_channel *ch,
|
||||
NVGPU_CHANNEL_STATUS_STRING_LENGTH, chram_status_list,
|
||||
status_str_count, ", ");
|
||||
|
||||
nvgpu_err(g, "status_string %s", state->status_string);
|
||||
|
||||
nvgpu_log_info(g, "Channel id:%d state next:%s enabled:%s ctx_reload:%s"
|
||||
" busy:%s pending_acquire:%s eng_faulted:%s status_string:%s",
|
||||
ch->chid,
|
||||
|
||||
Reference in New Issue
Block a user