aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sa1100.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-07-17 08:45:31 -0400
committerLinus Walleij <linus.walleij@linaro.org>2015-07-17 08:45:31 -0400
commitbcae888039d5f0b522e1588c54f95a7612d1723c (patch)
treed8039698a3b74223dc94798046049e9bfcf23fe7 /drivers/gpio/gpio-sa1100.c
parent3685bbce2ea6142e81c78e6f3d5b2a1cdc37660e (diff)
parentbdac2b6dc7392668a8530d67a5f762366f57f9b4 (diff)
Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into devel
Diffstat (limited to 'drivers/gpio/gpio-sa1100.c')
-rw-r--r--drivers/gpio/gpio-sa1100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-sa1100.c b/drivers/gpio/gpio-sa1100.c
index 3fa22dade243..e847a4cf9326 100644
--- a/drivers/gpio/gpio-sa1100.c
+++ b/drivers/gpio/gpio-sa1100.c
@@ -173,9 +173,9 @@ static struct irq_domain *sa1100_gpio_irqdomain;
173 * and call the handler. 173 * and call the handler.
174 */ 174 */
175static void 175static void
176sa1100_gpio_handler(unsigned int irq, struct irq_desc *desc) 176sa1100_gpio_handler(unsigned int __irq, struct irq_desc *desc)
177{ 177{
178 unsigned int mask; 178 unsigned int irq, mask;
179 179
180 mask = GEDR; 180 mask = GEDR;
181 do { 181 do {