Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71bd3770 authored by Srinu Gorle's avatar Srinu Gorle Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: change log level for DCVS messages



If target don not support DCVS, then unwanted messages prints are
observed during every video frame processing.
Changing default log level from WARN to INFO.

Change-Id: I581b6a5673c0e3967ada4aa23db9c859b6f33753
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent a0a9afb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@ static bool msm_dcvs_check_supported(struct msm_vidc_inst *inst)
	res = &core->resources;

	if (!res->dcvs_limit) {
		dprintk(VIDC_WARN,
		dprintk(VIDC_INFO,
				"%s: dcvs limit table not found\n", __func__);
		return false;
	}