qcacmn: fix compilation issue in dp_vdev_flush_peers
Fix compilation issue in dp_vdev_flush_peers. Change-Id: I170398134d0a5eb30fecba78641fadfa2cfb236f CRs-Fixed: 2545597
This commit is contained in:
@@ -4890,7 +4890,7 @@ static void dp_vdev_flush_peers(struct cdp_vdev *vdev_handle, bool unmap_only)
|
|||||||
struct dp_soc *soc = pdev->soc;
|
struct dp_soc *soc = pdev->soc;
|
||||||
struct dp_peer *peer;
|
struct dp_peer *peer;
|
||||||
uint16_t *peer_ids;
|
uint16_t *peer_ids;
|
||||||
struct dp_peer **peer_array;
|
struct dp_peer **peer_array = NULL;
|
||||||
uint8_t i = 0, j = 0;
|
uint8_t i = 0, j = 0;
|
||||||
uint8_t m = 0, n = 0;
|
uint8_t m = 0, n = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user