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

Commit 0647776c authored by Tejas Prajapati's avatar Tejas Prajapati
Browse files

msm: camera: isp: return error to UMD if config fails



If IFE config is failed then return error
to UMD so that UMD can stop further camera operations.

CRs-Fixed: 2677985
Change-Id: Ifeb8bdd8792b0723849c76357ea5b60ec13ec3b4
Signed-off-by: default avatarTejas Prajapati <tpraja@codeaurora.org>
parent f9b7fd02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4641,7 +4641,7 @@ static int __cam_isp_ctx_start_dev_in_ready(struct cam_context *ctx,
		ctx->state = CAM_CTX_READY;
		trace_cam_context_state("ISP", ctx);
		if (rc == -ETIMEDOUT)
			rc = cam_isp_ctx_dump_req(req_isp, 0, 0, NULL, false);
			cam_isp_ctx_dump_req(req_isp, 0, 0, NULL, false);
		list_del_init(&req->list);
		list_add(&req->list, &ctx->pending_req_list);
		goto end;