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:
Himanshu Batra
2019-09-18 15:50:19 +05:30
committed by nshrivas
parent 659379aeff
commit 7ee0677954
7 changed files with 60 additions and 56 deletions

View File

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