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

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

Merge "msm: ipa3: Fix to unmap LOW LAT consumer pipe buffers"

parents 2fa5af1e bcd1a5b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2656,7 +2656,7 @@ static void ipa3_cleanup_rx(struct ipa3_sys_context *sys)
		tail = atomic_read(&sys->repl->tail_idx);
		while (head != tail) {
			rx_pkt = sys->repl->cache[head];
			if (!ipa3_ctx->ipa_wan_skb_page) {
			if (sys->repl_hdlr != ipa3_replenish_rx_page_recycle) {
				dma_unmap_single(ipa3_ctx->pdev,
					rx_pkt->data.dma_addr,
					sys->rx_buff_sz,