qcacmn: Reduce wake up IRQ enable/disable log level
IRQ wake up is happening as expected so reduce WLAN CE 2 IRQ wake up request log to info level to avoid logging it every time on console. Change-Id: I9838c80d5133b3f872b1129e41d4f722ba57b011 CRs-Fixed: 1059081
This commit is contained in:
@@ -371,8 +371,8 @@ QDF_STATUS hif_snoc_setup_wakeup_sources(struct hif_softc *scn, bool enable)
|
||||
return QDF_STATUS_E_RESOURCES;
|
||||
}
|
||||
|
||||
HIF_ERROR("%s: expecting wake from ce %d, irq %d",
|
||||
__func__, dl_pipe, irq_to_wake_on);
|
||||
HIF_INFO("%s: expecting wake from ce %d, irq %d enable %d",
|
||||
__func__, dl_pipe, irq_to_wake_on, enable);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user