Explorar o código

qcacmn: fix compilation issue

fix the spelling typo when passing the argument dp_soc

Change-Id: I9b4155af801feddbfad706d292267629f9f2c5b5
CRs-Fixed: 3306506
Tallapragada Kalyan %!s(int64=2) %!d(string=hai) anos
pai
achega
9ab6f487c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dp/wifi3.0/dp_rx.c

+ 1 - 1
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