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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:23:42 +0000 (15:23 +0200)
commit15e55673263284f68c2072c3e78036f2309fb1b9
treea415eba3f7c3f8ddf390ae3cd0de5437d3904cd2
parentb5f881a43e5986a60d81af8bdd9e7f470fdd95f9
gpio: sa1100: fix irq probing for ucb1x00

commit 56beac95cb88c188d2a885825a5da131edb41fe3 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpio/gpio-sa1100.c