rtc: qmsi: Fix wrong comment in driver init

Change-Id: I45694013a5e8172cb4a6fddba00fe8f65ec10cd5
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
This commit is contained in:
Andre Guedes 2016-12-21 11:27:15 -08:00 committed by Anas Nashif
commit a7006bb53d

View file

@ -182,7 +182,7 @@ static int rtc_qmsi_init(struct device *dev)
/* Unmask RTC interrupt */
irq_enable(IRQ_GET_NUMBER(QM_IRQ_RTC_0_INT));
/* Route watchdog interrupt to the current core */
/* Route RTC interrupt to the current core */
QM_IR_UNMASK_INTERRUPTS(QM_INTERRUPT_ROUTER->rtc_0_int_mask);
rtc_qmsi_set_power_state(dev, DEVICE_PM_ACTIVE_STATE);