diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 08:45:31 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 08:45:31 -0400 |
commit | bcae888039d5f0b522e1588c54f95a7612d1723c (patch) | |
tree | d8039698a3b74223dc94798046049e9bfcf23fe7 /drivers/gpio/gpio-vf610.c | |
parent | 3685bbce2ea6142e81c78e6f3d5b2a1cdc37660e (diff) | |
parent | bdac2b6dc7392668a8530d67a5f762366f57f9b4 (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-vf610.c')
-rw-r--r-- | drivers/gpio/gpio-vf610.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vf610.c b/drivers/gpio/gpio-vf610.c index 7bd9f209ffa8..fa344388f4da 100644 --- a/drivers/gpio/gpio-vf610.c +++ b/drivers/gpio/gpio-vf610.c | |||
@@ -120,7 +120,7 @@ static int vf610_gpio_direction_output(struct gpio_chip *chip, unsigned gpio, | |||
120 | 120 | ||
121 | static void vf610_gpio_irq_handler(u32 irq, struct irq_desc *desc) | 121 | static void vf610_gpio_irq_handler(u32 irq, struct irq_desc *desc) |
122 | { | 122 | { |
123 | struct vf610_gpio_port *port = irq_get_handler_data(irq); | 123 | struct vf610_gpio_port *port = irq_desc_get_handler_data(desc); |
124 | struct irq_chip *chip = irq_desc_get_chip(desc); | 124 | struct irq_chip *chip = irq_desc_get_chip(desc); |
125 | int pin; | 125 | int pin; |
126 | unsigned long irq_isfr; | 126 | unsigned long irq_isfr; |