Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27195
b: refs/heads/master
c: e2f04e1
h: refs/heads/master
i:
  27193: 5468e4f
  27191: c8ca945
v: v3
  • Loading branch information
Matt Reimer authored and Russell King committed Jun 8, 2006
1 parent 700fd43 commit 6e15b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 0c27c5d5b93339df4def7ced77ea5be26df4d84b
refs/heads/master: e2f04e18941dbd3826901540a0be03f1728f8822
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void
imx_gpio_ack_irq(unsigned int irq)
{
DEBUG_IRQ("%s: irq %d\n", __FUNCTION__, irq);
ISR(IRQ_TO_REG(irq)) |= 1 << ((irq - IRQ_GPIOA(0)) % 32);
ISR(IRQ_TO_REG(irq)) = 1 << ((irq - IRQ_GPIOA(0)) % 32);
}

static void
Expand Down

0 comments on commit 6e15b8b

Please sign in to comment.