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:
Rajeev Kumar
2016-08-24 16:24:51 -07:00
committed by qcabuildsw
parent b4f7b7e702
commit 8f312f2704

View File

@@ -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;
}