Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181192
b: refs/heads/master
c: e6f0775
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Feb 9, 2010
1 parent 9c6d6f6 commit 4fbc883
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3844eadcfd2ba975110e3ca8479efa8c093129ce
refs/heads/master: e6f077592d1de2f6a4fc760e7b5d6f20b37d3a27
4 changes: 2 additions & 2 deletions trunk/drivers/sh/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,8 @@ void __init register_intc_controller(struct intc_desc *desc)
vect2->enum_id = 0;

/* redirect this interrupts to the first one */
set_irq_chip_and_handler_name(irq2, &d->chip,
intc_redirect_irq, "redirect");
set_irq_chained_handler(irq2, intc_redirect_irq);
set_irq_chip(irq2, &d->chip);
set_irq_data(irq2, (void *)irq);
}
}
Expand Down

0 comments on commit 4fbc883

Please sign in to comment.