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

Commit 7747cbf0 authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: Reduce abort FW timeout



Reduce the timeout when abort is called to FW.

Change-Id: I73dbfc133bdd33ccbdd401ba988a34b1939f87d0
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent b350a646
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2091,7 +2091,7 @@ static int cam_icp_mgr_abort_handle(
	int rc = 0;
	unsigned long rem_jiffies;
	size_t packet_size;
	int timeout = 5000;
	int timeout = 100;
	struct hfi_cmd_work_data *task_data;
	struct hfi_cmd_ipebps_async *abort_cmd;
	struct crm_workq_task *task;
@@ -2154,7 +2154,7 @@ static int cam_icp_mgr_destroy_handle(
	struct cam_icp_hw_ctx_data *ctx_data)
{
	int rc = 0;
	int timeout = 5000;
	int timeout = 100;
	unsigned long rem_jiffies;
	size_t packet_size;
	struct hfi_cmd_work_data *task_data;