Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243278
b: refs/heads/master
c: e0fc5b3
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 4ce5dee commit 294b473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7222f3912fe3f00cdca0a6db16708af281ff97b6
refs/heads/master: e0fc5b3226cc5668afc8a1277f79a271ec5ffcb5
3 changes: 1 addition & 2 deletions trunk/arch/arm/plat-stmp3xxx/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ static void stmp3xxx_gpio_irq(u32 irq, struct irq_desc *desc)

while (stat) {
if (stat & 1)
irq_desc[gpio_irq].handle_irq(gpio_irq,
&irq_desc[gpio_irq]);
generic_handle_irq(gpio_irq);
gpio_irq++;
stat >>= 1;
}
Expand Down

0 comments on commit 294b473

Please sign in to comment.