qcacmn: Replace obsolete HIF_INFO() with hif_info()

Replace obsolete HIF_INFO() with hif_info().

Change-Id: I7fcf079551db5a69bd45b96b2126d1521c3e3e4c
CRs-Fixed: 2779720
This commit is contained in:
Srinivas Girigowda
2020-09-17 15:39:48 -07:00
committed by snandini
parent 94ea515d92
commit f327fcd404
16 changed files with 103 additions and 128 deletions

View File

@@ -1851,7 +1851,7 @@ void hif_enable_fastpath(struct hif_opaque_softc *hif_ctx)
struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
if (ce_srng_based(scn)) {
HIF_INFO("%s, srng rings do not support fastpath", __func__);
hif_warn("srng rings do not support fastpath");
return;
}
HIF_DBG("%s, Enabling fastpath mode", __func__);