Pārlūkot izejas kodu

msm: eva: Changing WARN to dprintk to avoid excessive loging

WARN prints the callstack along with other module information.
Because of more logs, IPI WDOG could not be handlled in time and
lead to WDOG bark.

Change-Id: I087be6e21287c0f232255c202789b752dcd7f0d5
Signed-off-by: Aniruddh Sharma <[email protected]>
Aniruddh Sharma 1 gadu atpakaļ
vecāks
revīzija
b1164ed158
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      msm/eva/msm_cvp_common.c

+ 1 - 1
msm/eva/msm_cvp_common.c

@@ -196,7 +196,7 @@ struct msm_cvp_inst *cvp_get_inst_validate(struct msm_cvp_core *core,
 
 	s = cvp_get_inst(core, session_id);
 	if (!s) {
-		WARN(true, "%s session doesn't exit\n", __func__);
+		dprintk(CVP_WARN, "%s session doesn't exit\n", __func__);
 		return NULL;
 	}