Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275964
b: refs/heads/master
c: 52553dd
h: refs/heads/master
v: v3
  • Loading branch information
Edward Donovan authored and Linus Torvalds committed Nov 28, 2011
1 parent 4c882d7 commit 1882d11
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 401d0069cb344f401bc9d264c31db55876ff78c0
refs/heads/master: 52553ddffad76ccf192d4dd9ce88d5818f57f62a
4 changes: 3 additions & 1 deletion trunk/kernel/irq/spurious.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ static int try_one_irq(int irq, struct irq_desc *desc, bool force)
*/
action = desc->action;
if (!action || !(action->flags & IRQF_SHARED) ||
(action->flags & __IRQF_TIMER) || !action->next)
(action->flags & __IRQF_TIMER) ||
(action->handler(irq, action->dev_id) == IRQ_HANDLED) ||
!action->next)
goto out;

/* Already running on another processor */
Expand Down

0 comments on commit 1882d11

Please sign in to comment.