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:

cometido por
snandini

padre
abb7ffcac0
commit
9667b145c6
@@ -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);
|
||||
}
|
||||
|
Referencia en una nueva incidencia
Block a user