qcacmn: fix MCL WHUNT compilation error

Remove comma from dp_alert to avoid compilation issue

Change-Id: Iea6bf230855d0e931fc306284db4f7a368406ba8
This commit is contained in:
Chaithanya Garrepalli
2020-09-01 10:03:28 +05:30
committed by snandini
vanhempi 87858900ba
commit 354d64f366

Näytä tiedosto

@@ -426,7 +426,7 @@ dp_soc_iterate_peer_lock_safe(struct dp_soc *soc,
#define DP_PEER_STATE_ASSERT(_peer, _new_state, _condition) \
do { \
if (!(_condition)) { \
dp_alert("Invalid state shift from %u to %u peer ", \
dp_alert("Invalid state shift from %u to %u peer " \
QDF_MAC_ADDR_FMT, \
(_peer)->peer_state, (_new_state), \
QDF_MAC_ADDR_REF((_peer)->mac_addr.raw)); \