Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144672
b: refs/heads/master
c: e2c97e7
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed May 5, 2009
1 parent 1ad08e3 commit 398c48c
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: f1fd4c64af58ec28d29bced9e94ecf6d5177c2b0
refs/heads/master: e2c97e7fdc9d71637840dea8f76eb3782c3b2023
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static void mx3_gpio_irq_handler(u32 irq, struct irq_desc *desc)

irq_stat = __raw_readl(port->base + GPIO_ISR) &
__raw_readl(port->base + GPIO_IMR);
BUG_ON(!irq_stat);

mxc_gpio_irq_handler(port, irq_stat);
}
#endif
Expand Down

0 comments on commit 398c48c

Please sign in to comment.