qcacmn: fix qdf trace print during desc allocation
fix qdf trace print during desc allocation Change-Id: I6d786a20a7bc65dcc67a62e784825f72a64a6565
This commit is contained in:

committed by
nshrivas

parent
60561d5b3f
commit
8186e7d0cf
@@ -265,7 +265,7 @@ QDF_STATUS dp_rx_desc_pool_alloc(struct dp_soc *soc,
|
|||||||
|
|
||||||
if (!(rx_desc_pool->array)) {
|
if (!(rx_desc_pool->array)) {
|
||||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_FATAL,
|
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_FATAL,
|
||||||
"%s: RX Desc Pool allocation failed");
|
"RX Desc Pool allocation failed");
|
||||||
return QDF_STATUS_E_NOMEM;
|
return QDF_STATUS_E_NOMEM;
|
||||||
}
|
}
|
||||||
return QDF_STATUS_SUCCESS;
|
return QDF_STATUS_SUCCESS;
|
||||||
|
Reference in New Issue
Block a user