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

Commit 9655f948 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: reqmgr: Reset sync mode for sync link in bubble" into camera-kernel.lnx.4.0

parents afdd3c12 3273afef
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2913,6 +2913,13 @@ int cam_req_mgr_process_error(void *priv, void *data)
			in_q->rd_idx = idx;
			in_q->slot[idx].status = CRM_SLOT_STATUS_REQ_ADDED;

			if (link->sync_link[0]) {
				in_q->slot[idx].sync_mode = 0;
				__cam_req_mgr_inc_idx(&idx, 1,
					link->req.l_tbl->num_slots);
				in_q->slot[idx].sync_mode = 0;
			}

			/* The next req may also be applied */
			idx = in_q->rd_idx;
			__cam_req_mgr_inc_idx(&idx, 1,