Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167817
b: refs/heads/master
c: f248dc6
h: refs/heads/master
i:
  167815: 2f13294
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Oct 21, 2009
1 parent 0d80dd6 commit 6deb69e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb78b11fc2c3743d9a67a226cae8afd06c74d562
refs/heads/master: f248dc626e95a2b61fed3631df49aef23f1736b8
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ static void ep93xx_gpio_ab_irq_handler(unsigned int irq, struct irq_desc *desc)
for (i = 0; i < 8; i++) {
if (status & (1 << i)) {
int gpio_irq = gpio_to_irq(EP93XX_GPIO_LINE_B(0)) + i;
desc = irq_desc + gpio_irq;
generic_handle_irq(gpio_irq);
}
}
Expand Down

0 comments on commit 6deb69e

Please sign in to comment.