]> git.itanic.dy.fi Git - linux-stable/commit
ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack
authorJanusz Krzysztofik <jmkrzyszt@gmail.com>
Sun, 11 Aug 2019 08:48:02 +0000 (10:48 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Aug 2019 10:25:49 +0000 (03:25 -0700)
commitfa8397e45c64e60c80373bc19ee56e42a6bed9b6
tree4ea707b6ffb429fc3090902dba919a70aebf00e1
parent07f9a8be66a9bd86f9eaedf8f8aeb416195adab8
ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack

Non-serio path of Amstrad Delta FIQ deferred handler depended on
irq_ack() method provided by OMAP GPIO driver.  That method has been
removed by commit 693de831c6e5 ("gpio: omap: remove irq_ack method").
Remove useless code from the deferred handler and reimplement the
missing operation inside the base FIQ handler.

Should another dependency - irq_unmask() - be ever removed from the OMAP
GPIO driver, WARN once if missing.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/ams-delta-fiq-handler.S
arch/arm/mach-omap1/ams-delta-fiq.c