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:

committed by
snandini

parent
94ea515d92
commit
f327fcd404
@@ -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__);
|
||||
|
Reference in New Issue
Block a user