qcacmn: Replace linux print APIs with qdf print APIs
Replace linux print APIs with equivalent level qdf print APIs. Change-Id: If0a4a5326de87c9f023e8f4de996a4734ed6cda2 CRs-Fixed: 2530137
This commit is contained in:
@@ -414,7 +414,7 @@ A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data)
|
||||
}
|
||||
|
||||
if (!pl_dev) {
|
||||
pr_err("Invalid pktlog handle in %s\n", __func__);
|
||||
qdf_nofl_err("Invalid pktlog handle in %s", __func__);
|
||||
qdf_assert(pl_dev);
|
||||
return A_ERROR;
|
||||
}
|
||||
@@ -525,7 +525,7 @@ A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data)
|
||||
}
|
||||
|
||||
if (!pl_dev) {
|
||||
pr_err("Invalid pktlog handle in %s\n", __func__);
|
||||
qdf_nofl_err("Invalid pktlog handle in %s", __func__);
|
||||
qdf_assert(pl_dev);
|
||||
return A_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user