qcacmn: add recommended err/debug function

add recommended err/debug function

Change-Id: Ic81cf4f66c03d122cad171216fe20fe1f6417d0d
CRs-Fixed: 3470494
This commit is contained in:
KARTHIK KUMAR T
2023-04-19 13:03:46 +05:30
parent 985fc0f9b5
commit ee18fc409b

View File

@@ -3097,7 +3097,7 @@ void dp_rx_enable_mon_dest_frag(struct rx_desc_pool *rx_desc_pool,
{
rx_desc_pool->rx_mon_dest_frag_enable = false;
if (is_mon_dest_desc)
dp_alert("Feature DP_RX_MON_MEM_FRAG for mon_dest is disabled");
dp_debug("Feature DP_RX_MON_MEM_FRAG for mon_dest is disabled");
}
#endif