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

Commit 6269cf95 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Fix spurious print messages" into msm-4.9

parents 5d2123ec 8987d0ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -909,7 +909,7 @@ int msm_vidc_release_buffer(void *instance, int buffer_type,

	switch (found_buf) {
	case 0:
		dprintk(VIDC_WARN,
		dprintk(VIDC_DBG,
			"%s: No buffer(type: %d) found for index %d\n",
			__func__, buffer_type, buffer_index);
		break;
+2 −2
Original line number Diff line number Diff line
@@ -309,10 +309,10 @@ static unsigned long msm_vidc_calc_freq(struct msm_vidc_inst *inst,
		return freq;
	}

	dprintk(VIDC_PROF, "%s Inst %pK : Freq = %lu\n", __func__, inst, freq);

	freq = max(vpp_cycles, vsp_cycles);

	dprintk(VIDC_PROF, "%s Inst %pK : Freq = %lu\n", __func__, inst, freq);

	return freq;
}