Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181205
b: refs/heads/master
c: 4d2185d
h: refs/heads/master
i:
  181203: b07846c
v: v3
  • Loading branch information
Paul Mundt committed Feb 17, 2010
1 parent de331be commit 47988bc
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: 319c2cc761505ee54a9536c5d0b9c2ee3fb33866
refs/heads/master: 4d2185d93c670902b6e4716b360e2bcb7d2f7b2f
2 changes: 1 addition & 1 deletion trunk/drivers/sh/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,8 @@ void __init register_intc_controller(struct intc_desc *desc)
vect2->enum_id = 0;

/* redirect this interrupts to the first one */
set_irq_chip(irq2, &dummy_irq_chip);
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 47988bc

Please sign in to comment.