qcacmn: Fix uninitialized parameters in cmn

fix uninitialized parameters in cmn

Change-Id: Ice6e9ab0a337de04a693615c607f0d5c4019defe
CRs-Fixed: 2559018
This commit is contained in:
Jianmin Zhu
2019-11-12 21:22:18 +08:00
committed by nshrivas
parent e854c377d6
commit 7ec8548fe6
2 changed files with 3 additions and 3 deletions

View File

@@ -802,7 +802,7 @@ static inline void dp_tx_ext_desc_free_multiple(struct dp_soc *soc,
uint8_t freed = num_free;
/* caller should always guarantee atleast list of num_free nodes */
qdf_assert_always(head);
qdf_assert_always(elem);
head = elem;
c_elem = head;