Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116500
b: refs/heads/master
c: 2105683
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Ingo Molnar committed Oct 16, 2008
1 parent 517a99e commit 8546185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e65ef88c20d5c68bde18f559e0d0ad7d718beb28
refs/heads/master: 21056830c4e5c6735f1d49453398d7186ca4e8d7
1 change: 0 additions & 1 deletion trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ int set_irq_chip(unsigned int irq, struct irq_chip *chip)
if (!chip)
chip = &no_irq_chip;

desc = irq_to_desc(irq);
spin_lock_irqsave(&desc->lock, flags);
irq_chip_set_defaults(chip);
desc->chip = chip;
Expand Down

0 comments on commit 8546185

Please sign in to comment.