qcacmn: Replace obsolete HIF_ERROR() with hif_err()

Replace obsolete HIF_ERROR() with hif_err().

Change-Id: I9260b47d11c1820bb05d9a7e2bf50d5257ba85ae
CRs-Fixed: 2779720
Este commit está contenido en:
Srinivas Girigowda
2020-09-17 13:43:07 -07:00
cometido por snandini
padre abb7ffcac0
commit 9667b145c6
Se han modificado 32 ficheros con 428 adiciones y 538 borrados

Ver fichero

@@ -357,8 +357,7 @@ int hif_dummy_bus_reset_resume(struct hif_softc *hif_ctx)
int hif_dummy_map_ce_to_irq(struct hif_softc *scn, int ce_id)
{
HIF_ERROR("%s: hif_map_ce_to_irq is not implemented on this platform",
__func__);
hif_err("hif_map_ce_to_irq is not implemented on this platform");
QDF_BUG(0);
return -(1);
}