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

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

Merge "msm: camera: isp: return error to UMD if config fails" into camera-kernel.lnx.1.0

parents fbb8fab1 0647776c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4640,7 +4640,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;