From ac30c4cb65ad91920f47c6c2463fd2580a519548 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Fri, 28 May 2021 20:31:02 +0530 Subject: [PATCH] gpu: nvgpu: change acr bootstrap completion info message Following information message was printed unconditionally. Often, it is not useful. nvgpu_acr_wait_for_completion:100 [INFO] flcn-0: sctl reg 7021 cpuctl reg 50 It is okay to move this to nvgpu_acr_dbg. bug 200734207 Change-Id: Ie66caf20d0e2eb692532e26bf89417342a054cf8 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2536471 Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-cert Reviewed-by: svc-mobile-misra Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/acr/acr_bootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/common/acr/acr_bootstrap.c b/drivers/gpu/nvgpu/common/acr/acr_bootstrap.c index 5aa0a3e09..85fcbfafe 100644 --- a/drivers/gpu/nvgpu/common/acr/acr_bootstrap.c +++ b/drivers/gpu/nvgpu/common/acr/acr_bootstrap.c @@ -97,7 +97,7 @@ exit: #ifdef CONFIG_NVGPU_FALCON_NON_FUSA nvgpu_falcon_get_ctls(acr_desc->acr_flcn, &sctl, &cpuctl); - nvgpu_info(g, "flcn-%d: sctl reg %x cpuctl reg %x", + nvgpu_acr_dbg(g, "flcn-%d: sctl reg %x cpuctl reg %x", flcn_id, sctl, cpuctl); #endif