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

Commit 2d773a4e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: increasing the uC interrupt timeout value"

parents 8ff847b6 be692ef3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 */

#include "ipa_i.h"
@@ -1195,7 +1195,7 @@ int ipa3_uc_debug_stats_alloc(
	result = ipa3_uc_send_cmd((u32)(cmd.phys_base),
		command,
		IPA_HW_2_CPU_OFFLOAD_CMD_STATUS_SUCCESS,
		false, 10 * HZ);
		false, 20 * HZ);
	if (result) {
		IPAERR("fail to alloc offload stats\n");
		goto cleanup;