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

Commit 949b2879 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 811b817a on remote branch

Change-Id: I12e482a4ca9087d58e0b1aaa4655ddd8d8394db1
parents 56cfed6e 811b817a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1398,6 +1398,11 @@ static ssize_t ipa3_read_odlstats(struct file *file, char __user *ubuf,
	int nbytes;
	int cnt = 0;

	if (!ipa3_odl_ctx) {
                IPADBG("ODL stats not supported\n");
                return 0;
	}

	nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN,
			"ODL received pkt =%u\n"
			"ODL processed pkt to DIAG=%u\n"
+3 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/delay.h>
@@ -2146,8 +2147,8 @@ static void ipa3_wq_page_repl(struct work_struct *work)
			goto fail_kmem_cache_alloc;
		rx_pkt = ipa3_alloc_rx_pkt_page(GFP_KERNEL, true);
		if (unlikely(!rx_pkt)) {
			IPAERR("ipa3_alloc_rx_pkt_page fails\n");
			break;
			IPAERR_RL("ipa3_alloc_rx_pkt_page fails\n");
			goto fail_kmem_cache_alloc;
		}
		rx_pkt->sys = sys;
		sys->repl->cache[curr] = rx_pkt;