|
@@ -700,12 +700,11 @@ static void _clear_gpio_irqbank(struct gpio_bank *bank, int gpio_mask)
|
|
else if (cpu_is_omap44xx())
|
|
else if (cpu_is_omap44xx())
|
|
reg = bank->base + OMAP4_GPIO_IRQSTATUS1;
|
|
reg = bank->base + OMAP4_GPIO_IRQSTATUS1;
|
|
|
|
|
|
- if (cpu_is_omap24xx() || cpu_is_omap34xx() || cpu_is_omap44xx()) {
|
|
|
|
|
|
+ if (cpu_is_omap24xx() || cpu_is_omap34xx() || cpu_is_omap44xx())
|
|
__raw_writel(gpio_mask, reg);
|
|
__raw_writel(gpio_mask, reg);
|
|
|
|
|
|
/* Flush posted write for the irq status to avoid spurious interrupts */
|
|
/* Flush posted write for the irq status to avoid spurious interrupts */
|
|
__raw_readl(reg);
|
|
__raw_readl(reg);
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static inline void _clear_gpio_irqstatus(struct gpio_bank *bank, int gpio)
|
|
static inline void _clear_gpio_irqstatus(struct gpio_bank *bank, int gpio)
|