Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142899
b: refs/heads/master
c: 91e58b6
h: refs/heads/master
i:
  142897: cec9074
  142895: 281cb7a
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Apr 9, 2009
1 parent 30043ad commit fb74027
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: df5529297ec4c32d57dd149398e3add6c37bc054
refs/heads/master: 91e58b6e95a9c6b9efd928ae352eae5e75ae598c
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void __init init_IRQ(void)
int irq;

for (irq = 0; irq < NR_IRQS; irq++)
if (irq_desc[irq].chip == &no_irq_type)
if (irq_desc[irq].chip == &no_irq_chip)
/* due to the PIC latching interrupt requests, even
* when the IRQ is disabled, IRQ_PENDING is superfluous
* and we can use handle_level_irq() for edge-triggered
Expand Down

0 comments on commit fb74027

Please sign in to comment.