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

Commit ae425529 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: Reinitialize skip_pc_count before raising sys error"

parents 2ae8e56c 936800ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3036,6 +3036,7 @@ static void venus_hfi_pm_handler(struct work_struct *work)
	if (device->skip_pc_count >= VIDC_MAX_PC_SKIP_COUNT) {
		dprintk(VIDC_WARN, "Failed to PC for %d times\n",
				device->skip_pc_count);
		device->skip_pc_count = 0;
		__process_fatal_error(device);
		return;
	}