Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191783
b: refs/heads/master
c: 2210d64
h: refs/heads/master
i:
  191781: 9178487
  191779: 0259060
  191775: 8b1b4c8
v: v3
  • Loading branch information
Rabin Vincent authored and Russell King committed May 6, 2010
1 parent 3bcf10c commit 81c148a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a852d8060e1bb3a5e621caaebea86c43cf4a62d
refs/heads/master: 2210d6453b4d888c122b2b1c236f50b0a2d30bfa
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-nomadik/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ static int nmk_gpio_init_irq(struct nmk_gpio_chip *nmk_chip)
set_irq_handler(i, handle_edge_irq);
set_irq_flags(i, IRQF_VALID);
set_irq_chip_data(i, nmk_chip);
set_irq_type(i, IRQ_TYPE_EDGE_FALLING);
}
set_irq_chained_handler(nmk_chip->parent_irq, nmk_gpio_irq_handler);
set_irq_data(nmk_chip->parent_irq, nmk_chip);
Expand Down

0 comments on commit 81c148a

Please sign in to comment.