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

Commit 5d869303 authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by hecaiqiang
Browse files

Increase timeout for abort or destroy



Change-Id: Ia8f670e67dfb3db47e71b1d1e9eeba79bde7f277
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent a553a8d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2512,7 +2512,7 @@ static int cam_icp_mgr_abort_handle(
	int rc = 0;
	unsigned long rem_jiffies;
	size_t packet_size;
	int timeout = 100;
	int timeout = 1000;
	struct hfi_cmd_ipebps_async *abort_cmd;

	packet_size =
@@ -2562,7 +2562,7 @@ static int cam_icp_mgr_destroy_handle(
	struct cam_icp_hw_ctx_data *ctx_data)
{
	int rc = 0;
	int timeout = 100;
	int timeout = 1000;
	unsigned long rem_jiffies;
	size_t packet_size;
	struct hfi_cmd_ipebps_async *destroy_cmd;