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

Commit 4e1052e8 authored by Vasantha Balla's avatar Vasantha Balla Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Update log level for debug print



Log level is changed for debug print to
use correct log level.

Change-Id: I973972c7407ec9eb12c133ca2964ea950e4cf5ea
Signed-off-by: default avatarVasantha Balla <quic_vballa@quicinc.com>
parent 01397be1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4856,7 +4856,7 @@ int msm_comm_qbufs_batch(struct msm_vidc_inst *inst,
loop_end:
		/* Queue pending buffers till batch size */
		if (num_buffers_queued == inst->batch.size) {
			s_vpr_e(inst->sid, "%s: Queue buffers till batch size\n");
			s_vpr_l(inst->sid, "Queue buffers till batch size\n");
			break;
		}
	}