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

Commit 91284fc1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ope: Start context timer on receiving new request" into camera-kernel.lnx.3.1

parents 18cc315c e4d40166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2732,7 +2732,7 @@ static int cam_ope_mgr_prepare_hw_update(void *hw_priv,
	get_monotonic_boottime64(&ts);
	ctx_data->last_req_time = (uint64_t)((ts.tv_sec * 1000000000) +
		ts.tv_nsec);
	cam_ope_req_timer_reset(ctx_data);
	cam_ope_req_timer_modify(ctx_data, OPE_REQUEST_TIMEOUT);
	set_bit(request_idx, ctx_data->bitmap);
	ctx_data->req_list[request_idx] =
		kzalloc(sizeof(struct cam_ope_request), GFP_KERNEL);