qcacmn: Change to clean up of void pointers

Add code to cleanup usages of void pointer usages
in DP code.

Change-Id: I0736bcc0a547d858ed02f1ee59084a44e5fe4bec
CRs-Fixed: 2487249
This commit is contained in:
Akshay Kosigi
2019-07-08 23:10:30 +05:30
committed by nshrivas
父節點 4002f765f1
當前提交 a870c6181a
共有 13 個文件被更改,包括 84 次插入56 次删除

查看文件

@@ -1014,10 +1014,9 @@ dp_rx_defrag_nwifi_to_8023(qdf_nbuf_t nbuf, uint16_t hdrsize)
uint32_t nbuf_len, seq_no, dst_ind;
uint32_t *mpdu_wrd;
uint32_t ret, cookie;
hal_ring_desc_t dst_ring_desc =
peer->rx_tid[tid].dst_ring_desc;
void *hal_srng = soc->reo_reinject_ring.hal_srng;
hal_ring_handle_t hal_srng = soc->reo_reinject_ring.hal_srng;
ent_ring_desc = hal_srng_src_get_next(soc->hal_soc, hal_srng);
if (!ent_ring_desc) {