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

Commit 73e3f1b0 authored by Praveen Chokkaku's avatar Praveen Chokkaku Committed by Harshit Agarwal
Browse files

QC patch to increase IFE config timeout

Change-Id: Iee2f40af4e421391647f501ed06c8ebfed4b57dc
parent 9eb73b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3471,7 +3471,7 @@ static int cam_ife_mgr_config_hw(void *hw_mgr_priv,
		if (cfg->init_packet) {
			rc = wait_for_completion_timeout(
				&ctx->config_done_complete,
				msecs_to_jiffies(30));
				msecs_to_jiffies(60));
			if (rc <= 0) {
				CAM_ERR(CAM_ISP,
					"config done completion timeout for req_id=%llu rc=%d ctx_index %d",