Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231023
b: refs/heads/master
c: c45c685
h: refs/heads/master
i:
  231021: dd556bb
  231019: 2eb7a0c
  231015: 9e49953
  231007: 57c27e6
v: v3
  • Loading branch information
Lennert Buytenhek authored and Samuel Ortiz committed Jan 14, 2011
1 parent 9b7acd9 commit f46eb2c
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: 1db0b427eec6f18477fa95aab8edf6176dffcea4
refs/heads/master: c45c685c1a582e27787b5aa85844f2ee6986018c
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/twl6030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
*/
twl6030_irq_chip = dummy_irq_chip;
twl6030_irq_chip.name = "twl6030";
twl6030_irq_chip.set_type = NULL;
twl6030_irq_chip.irq_set_type = NULL;

for (i = irq_base; i < irq_end; i++) {
set_irq_chip_and_handler(i, &twl6030_irq_chip,
Expand Down

0 comments on commit f46eb2c

Please sign in to comment.