Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234707
b: refs/heads/master
c: 3b56f05
h: refs/heads/master
i:
  234705: 14a6ba4
  234703: 5e6c294
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 19, 2011
1 parent 5abf943 commit c0663f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1535dfacbf21c4da1b73fcf07c39913da5bd5581
refs/heads/master: 3b56f0585fd4c02d047dc406668cb40159b2d340
5 changes: 1 addition & 4 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,7 @@ static struct irqaction *__free_irq(unsigned int irq, void *dev_id)
/* If this was the last handler, shut down the IRQ line: */
if (!desc->action) {
desc->status |= IRQ_DISABLED;
if (desc->irq_data.chip->irq_shutdown)
desc->irq_data.chip->irq_shutdown(&desc->irq_data);
else
desc->irq_data.chip->irq_disable(&desc->irq_data);
desc->irq_data.chip->irq_shutdown(&desc->irq_data);
}

#ifdef CONFIG_SMP
Expand Down

0 comments on commit c0663f4

Please sign in to comment.