Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33921
b: refs/heads/master
c: e1ed7ac
h: refs/heads/master
i:
  33919: 2e0e789
v: v3
  • Loading branch information
Imre Deak authored and Linus Torvalds committed Sep 16, 2006
1 parent 4f15854 commit 90813e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 63b98080daa35f0d682db04f4fb7ada010888752
refs/heads/master: e1ed7ac77b63abb6b3a2c0b4b070f50da5b1fb2f
3 changes: 1 addition & 2 deletions trunk/kernel/irq/resend.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ void check_irq_resend(struct irq_desc *desc, unsigned int irq)
desc->chip->enable(irq);

if ((status & (IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
desc->status &= ~IRQ_PENDING;
desc->status = status | IRQ_REPLAY;
desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;

if (!desc->chip || !desc->chip->retrigger ||
!desc->chip->retrigger(irq)) {
Expand Down

0 comments on commit 90813e6

Please sign in to comment.