summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSrinivas Pitla <spitla@codeaurora.org>2018-01-24 12:30:51 +0530
committersnandini <snandini@codeaurora.org>2018-02-03 15:11:10 -0800
commitf6b4bc8f0251546fa7a3a2fc1178f1914f88a45a (patch)
tree4eb75a43dd577148430d0fa7f27590298226074c /utils
parentcc75651c34abb49c89a57c7b903e10da1297bb8c (diff)
downloadqca-wfi-host-cmn-f6b4bc8f0251546fa7a3a2fc1178f1914f88a45a.tar.gz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/pktlog/linux_ac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/pktlog/linux_ac.c b/utils/pktlog/linux_ac.c
index cafaf3a8f..260497122 100644
--- a/utils/pktlog/linux_ac.c
+++ b/utils/pktlog/linux_ac.c
@@ -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;
}