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:
Pamidipati, Vijay
2017-03-28 17:44:47 +05:30
committed by Sandeep Puligilla
parent dbd1635cfe
commit 1b63ac6bf5

View File

@@ -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;
}