qcacmn: Fix a compilation issue in TSO DP code
THis issue is seen only when FEATURE_TSO is enabled Change-Id: Ife12f6c3c7ed2310ce7cc1b566c1ff70aa360072 CRs-Fixed: 2004658
This commit is contained in:

committed by
Sandeep Puligilla

parent
dbd1635cfe
commit
1b63ac6bf5
@@ -363,7 +363,7 @@ void dp_tx_tso_desc_pool_free(struct dp_soc *soc, uint8_t pool_id)
|
||||
|
||||
if (!c_element) {
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
|
||||
FL("Desc Pool Corrupt %d", pool_id);
|
||||
FL("Desc Pool Corrupt %d"), pool_id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user