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

Commit 7d23d9b2 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Move label to correct error request id" into dev/msm-4.14-camx

parents dd64227c 30591aaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1138,6 +1138,7 @@ static int __cam_isp_ctx_handle_error(struct cam_isp_context *ctx_isp,
		}
	}

end:
	do {
		if (list_empty(&ctx->pending_req_list)) {
			error_request_id = ctx_isp->last_applied_req_id + 1;
@@ -1167,7 +1168,6 @@ static int __cam_isp_ctx_handle_error(struct cam_isp_context *ctx_isp,

	} while (req->request_id < ctx_isp->last_applied_req_id);

end:
	if (ctx->ctx_crm_intf && ctx->ctx_crm_intf->notify_err) {
		notify.link_hdl = ctx->link_hdl;
		notify.dev_hdl = ctx->dev_hdl;