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

Commit 7573f3d3 authored by Sureshnaidu Laveti's avatar Sureshnaidu Laveti Committed by Gerrit - the friendly Code Review server
Browse files

msm:camera:ISP: Update the latest request ID to init settings



When multiple init settings are received, update the init settings
request ID to the latest one.

Change-Id: Ia8abce36610f5ec2207dd23ccc6a13cb407d577c
Signed-off-by: default avatarSureshnaidu Laveti <lsuresh@codeaurora.org>
parent a56e91fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -247,6 +247,8 @@ static int __cam_isp_ctx_enqueue_init_request(
				req_isp_new->num_cfg);
			req_isp_old->num_cfg += req_isp_new->num_cfg;

			req_old->request_id = req->request_id;

			list_add_tail(&req->list, &ctx->free_req_list);
		}
	} else {