ANDROID: irqchip/gic-v3: fix bad merge resolution
A line from commitb19f0cc3fe("ANDROID: power: wakeup_reason: wake reason enhancements") got dropped. Fixes:eb87047f08("Mergec457cc800e("Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline") Bug: 120445600 Change-Id: I2ac07946b60adb42114d8322b44806dce0ffc407 Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bfa46ee8cb
commit
dfd572c112
@@ -675,6 +675,7 @@ static asmlinkage void __exception_irq_entry gic_handle_irq(struct pt_regs *regs
|
||||
|
||||
if (handle_domain_irq(gic_data.domain, irqnr, regs)) {
|
||||
WARN_ONCE(true, "Unexpected interrupt received!\n");
|
||||
log_abnormal_wakeup_reason("unexpected HW IRQ %u", irqnr);
|
||||
gic_deactivate_unhandled(irqnr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user