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

Commit 03a76b01 authored by Shi Zhongbo's avatar Shi Zhongbo Committed by Zhongbo Shi
Browse files

msm: vidc: Revise printed msg type for format constraint



Change printed message type from error to info
when format constraint unavailable.

Change-Id: If9ea8dfc6f4b957d9c54a030f2678835c70cceb5
Signed-off-by: default avatarZhongbo Shi <zhongbos@codeaurora.org>
parent 2cbcc095
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2751,7 +2751,7 @@ int msm_venc_s_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f)
			f->fmt.pix_mp.pixelformat);

		if (!fmt_constraint) {
			dprintk(VIDC_ERR,
			dprintk(VIDC_INFO,
				"Format constraint not required for %d on OUTPUT port\n",
				f->fmt.pix_mp.pixelformat);
		} else {