Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234762
b: refs/heads/master
c: a61d825
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 21, 2011
1 parent 72742fa commit d54f7d9
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: a439520f8b18917b322f576be04c54aba84bb044
refs/heads/master: a61d825808a0ce9935afebc225dcd602d5339e14
2 changes: 1 addition & 1 deletion trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ void irq_disable(struct irq_desc *desc)
irq_state_set_disabled(desc);
if (desc->irq_data.chip->irq_disable) {
desc->irq_data.chip->irq_disable(&desc->irq_data);
irq_state_set_masked(desc);
}
irq_state_set_masked(desc);
}

#ifndef CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED
Expand Down

0 comments on commit d54f7d9

Please sign in to comment.