Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138605
b: refs/heads/master
c: ae3c1d3
h: refs/heads/master
i:
  138603: a8740b1
v: v3
  • Loading branch information
Shinya Kuribayashi authored and Ralf Baechle committed Mar 30, 2009
1 parent 8b331a1 commit f1d2851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 8da55bb2586a0867b9cf14f107225f382a47b28f
refs/heads/master: ae3c1d3771a44ea33f887216e614ba6f6f0fe07d
12 changes: 6 additions & 6 deletions trunk/arch/mips/emma/markeins/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ void emma2rh_irq_init(void)
u32 i;

for (i = 0; i < NUM_EMMA2RH_IRQ; i++)
set_irq_chip_and_handler(EMMA2RH_IRQ_BASE + i,
&emma2rh_irq_controller,
handle_level_irq);
set_irq_chip_and_handler_name(EMMA2RH_IRQ_BASE + i,
&emma2rh_irq_controller,
handle_level_irq, "level");
}

static void emma2rh_sw_irq_enable(unsigned int irq)
Expand Down Expand Up @@ -120,9 +120,9 @@ void emma2rh_sw_irq_init(void)
u32 i;

for (i = 0; i < NUM_EMMA2RH_IRQ_SW; i++)
set_irq_chip_and_handler(EMMA2RH_SW_IRQ_BASE + i,
&emma2rh_sw_irq_controller,
handle_level_irq);
set_irq_chip_and_handler_name(EMMA2RH_SW_IRQ_BASE + i,
&emma2rh_sw_irq_controller,
handle_level_irq, "level");
}

static void emma2rh_gpio_irq_enable(unsigned int irq)
Expand Down

0 comments on commit f1d2851

Please sign in to comment.