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

Commit 79617593 authored by Alok Pandey's avatar Alok Pandey
Browse files

msm:camera:icp: Reducing expiry period device timer



Reducing device timer timeout duration to reduce average
power consumption

Change-Id: Id36d9ea928281b109d96889d12532d8af932ad0b
Signed-off-by: default avatarAlok Pandey <akumarpa@codeaurora.org>
parent 29246f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ static int cam_icp_ctx_timer_start(struct cam_icp_hw_ctx_data *ctx_data)
	int rc = 0;

	rc = crm_timer_init(&ctx_data->watch_dog,
		2000, ctx_data, &cam_icp_ctx_timer_cb);
		200, ctx_data, &cam_icp_ctx_timer_cb);
	if (rc)
		CAM_ERR(CAM_ICP, "Failed to start timer");