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

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

Merge "msm: camera: ope: Fix false alarm for OPE HW timeout" into camera-kernel.lnx.3.1

parents 50197fbf 02038766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2575,8 +2575,8 @@ static int cam_ope_mgr_prepare_hw_update(void *hw_priv,
		CAM_ERR(CAM_OPE, "Invalid ctx req slot = %d", request_idx);
		return -EINVAL;
	}
	set_bit(request_idx, ctx_data->bitmap);
	cam_ope_req_timer_reset(ctx_data);
	set_bit(request_idx, ctx_data->bitmap);
	ctx_data->req_list[request_idx] =
		kzalloc(sizeof(struct cam_ope_request), GFP_KERNEL);
	if (!ctx_data->req_list[request_idx]) {