qcacmn: Use new APIs to get dp handles

SON and DP modules use new APIs to get dp handles,

Change-Id: I1639b946f1660fcaa21b76688909451dcc0f94cc
CRs-Fixed: 2177109
This commit is contained in:
Srinivas Pitla
2018-01-24 12:30:51 +05:30
committato da snandini
parent cc75651c34
commit f6b4bc8f02
3 ha cambiato i file con 33 aggiunte e 17 eliminazioni

Vedi File

@@ -110,8 +110,7 @@ int pktlog_alloc_buf(struct hif_opaque_softc *scn)
if (!pl_dev) {
printk(PKTLOG_TAG
"%s: Unable to allocate buffer "
"scn or scn->pdev_txrx_handle->pl_dev is null\n",
"%s: Unable to allocate buffer pdev_txrx_handle or pdev_txrx_handle->pl_dev is null\n",
__func__);
return -EINVAL;
}