qcacmn: fix compilation issue
fix the spelling typo when passing the argument dp_soc Change-Id: I9b4155af801feddbfad706d292267629f9f2c5b5 CRs-Fixed: 3306506
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
0e57c9b492
當前提交
9ab6f487c0
@@ -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
|
||||
|
Reference in New Issue
Block a user