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

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

Merge "msm: camera: isp: Reset is_rdi_only_context in release" into dev/msm-4.9-camx

parents 8da65d4c 720b0261
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2015,6 +2015,7 @@ static int cam_ife_mgr_release_hw(void *hw_mgr_priv,
	/* clean context */
	list_del_init(&ctx->list);
	ctx->ctx_in_use = 0;
	ctx->is_rdi_only_context = 0;
	CAM_DBG(CAM_ISP, "Exit...ctx id:%d",
		ctx->ctx_index);
	cam_ife_hw_mgr_put_ctx(&hw_mgr->free_ctx_list, &ctx);