X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-s5p64x0%2Firq-eint.c;h=fe7380f5c3cd858613753230a9ef0f0e973e76bf;hb=966843eb43cf90b1c6d3f56ecc96832bf6fb4b8f;hp=69ed4545112b121aeafa1fa9d9d7a36617f6d9e1;hpb=1850536b93888e6cc3ee42e63e20e61f35f8b3e2;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm/mach-s5p64x0/irq-eint.c b/arch/arm/mach-s5p64x0/irq-eint.c index 69ed4545112b..fe7380f5c3cd 100644 --- a/arch/arm/mach-s5p64x0/irq-eint.c +++ b/arch/arm/mach-s5p64x0/irq-eint.c @@ -129,7 +129,7 @@ static int s5p64x0_alloc_gc(void) } ct = gc->chip_types; - ct->chip.irq_ack = irq_gc_ack; + ct->chip.irq_ack = irq_gc_ack_set_bit; ct->chip.irq_mask = irq_gc_mask_set_bit; ct->chip.irq_unmask = irq_gc_mask_clr_bit; ct->chip.irq_set_type = s5p64x0_irq_eint_set_type;