gemini: switch to 3.8
[openwrt.git] / target / linux / gemini / patches-3.3 / 001-gemini-fix-gpio_set_irq_type.patch
1 --- a/arch/arm/mach-gemini/gpio.c
2 +++ b/arch/arm/mach-gemini/gpio.c
3 @@ -120,7 +120,7 @@ static int gpio_set_irq_type(struct irq_
4         __raw_writel(reg_level, base + GPIO_INT_LEVEL);
5         __raw_writel(reg_both, base + GPIO_INT_BOTH_EDGE);
6  
7 -       gpio_ack_irq(d->irq);
8 +       gpio_ack_irq(d);
9  
10         return 0;
11  }