From 9ab6f487c0a3edf43614ca89034a712c8c3499f6 Mon Sep 17 00:00:00 2001 From: Tallapragada Kalyan Date: Tue, 4 Oct 2022 15:14:28 +0530 Subject: [PATCH] qcacmn: fix compilation issue fix the spelling typo when passing the argument dp_soc Change-Id: I9b4155af801feddbfad706d292267629f9f2c5b5 CRs-Fixed: 3306506 --- dp/wifi3.0/dp_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_rx.c b/dp/wifi3.0/dp_rx.c index 2322d322ce..9901cb25e5 100644 --- a/dp/wifi3.0/dp_rx.c +++ b/dp/wifi3.0/dp_rx.c @@ -568,7 +568,7 @@ static inline qdf_dma_addr_t dp_rx_rep_retrieve_paddr(struct dp_soc *dp_soc, qdf_nbuf_t nbuf, uint32_t buf_size) { - return dp_rx_nbuf_sync_no_dsb(soc, nbuf, rx_desc_pool->buf_size); + return dp_rx_nbuf_sync_no_dsb(dp_soc, nbuf, buf_size); } #else static inline