Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242538
b: refs/heads/master
c: 7b04690
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 24, 2011
1 parent e261986 commit efac371
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: 62ec05d1ea2fe95ab03b55f717c045fd24c02354
refs/heads/master: 7b04690a358ea44c35ad7e3af08ae4544d2175f3
2 changes: 1 addition & 1 deletion trunk/arch/h8300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void __init init_IRQ(void)
setup_vector();

for (c = 0; c < NR_IRQS; c++)
set_irq_chip_and_handler(c, &h8300irq_chip, handle_simple_irq);
irq_set_chip_and_handler(c, &h8300irq_chip, handle_simple_irq);
}

asmlinkage void do_IRQ(int irq)
Expand Down

0 comments on commit efac371

Please sign in to comment.