Skip to content

Commit

Permalink
armctrl: Don't mask interrupts from ack
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jul 8, 2014
1 parent 219d7a0 commit 8b06f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-bcm2708/armctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ late_initcall(armctrl_syscore_init);

static struct irq_chip armctrl_chip = {
.name = "ARMCTRL",
.irq_ack = armctrl_mask_irq,
.irq_ack = NULL,
.irq_mask = armctrl_mask_irq,
.irq_unmask = armctrl_unmask_irq,
.irq_set_wake = armctrl_set_wake,
Expand Down

0 comments on commit 8b06f99

Please sign in to comment.