gpio: sa1100: fix irq probing for ucb1x00
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 29 Aug 2016 10:24:10 +0000 (11:24 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Sep 2016 22:42:57 +0000 (00:42 +0200)
commit56beac95cb88c188d2a885825a5da131edb41fe3
tree615e906facaa6e9b590da459ac41bb06a0bd2278
parent60f749f8e4cfdfffa5f29c966050ed680eeedac2
gpio: sa1100: fix irq probing for ucb1x00

ucb1x00 has used IRQ probing since it's dawn to find the GPIO interrupt
that it's connected to.  However, commit 23393d49fb75 ("gpio: kill off
set_irq_flags usage") broke this by disabling IRQ probing on GPIO
interrupts.  Fix this.

Fixes: 23393d49fb75 ("gpio: kill off set_irq_flags usage")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sa1100.c