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:
parent
bfa5653e9a
commit
a7006bb53d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue