Эх сурвалжийг харах

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 жил өмнө
parent
commit
b1164ed158

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