qcacmn: fix MCL WHUNT compilation error
Remove comma from dp_alert to avoid compilation issue Change-Id: Iea6bf230855d0e931fc306284db4f7a368406ba8
This commit is contained in:

committed by
snandini

vanhempi
87858900ba
commit
354d64f366
@@ -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)); \
|
||||
|
Viittaa uudesa ongelmassa
Block a user