Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329967
b: refs/heads/master
c: 0a37fc5
h: refs/heads/master
i:
  329965: 81c6626
  329963: b2d5459
  329959: df782a4
  329951: 3276099
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed Sep 18, 2012
1 parent b8b0da6 commit 11693b8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4adcefd3f908f02a5266cb37d82dc34615edbd3b
refs/heads/master: 0a37fc56888c37049f60aab398fddceafd33fe72
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,9 @@ static irqreturn_t ab8500_irq(int irq, void *dev)
do {
int bit = __ffs(value);
int line = i * 8 + bit;
int virq = ab8500_irq_get_virq(ab8500, line);

handle_nested_irq(ab8500->irq_base + line);
handle_nested_irq(virq);
value &= ~(1 << bit);

} while (value);
Expand Down

0 comments on commit 11693b8

Please sign in to comment.