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

Commit 36a18d22 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 the number of sync links" into camera-kernel.lnx.4.0

parents 19508cf8 6cd4af28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4026,6 +4026,7 @@ int cam_req_mgr_sync_config(
		link[i]->is_master = false;
		link[i]->in_msync_mode = false;
		link[i]->initial_sync_req = -1;
		link[i]->num_sync_links = 0;

		for (j = 0; j < sync_info->num_links-1; j++)
			link[i]->sync_link[j] = NULL;
@@ -4054,7 +4055,6 @@ int cam_req_mgr_sync_config(
		for (j = 0; j < sync_info->num_links; j++) {
			link[j]->initial_skip = true;
			link[j]->sof_timestamp = 0;
			link[j]->num_sync_links = 0;
		}
	}