Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223520
b: refs/heads/master
c: 88aec4f
h: refs/heads/master
v: v3
  • Loading branch information
Mattias Wallin authored and Samuel Ortiz committed Dec 22, 2010
1 parent 9f45a61 commit 9ca1215
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: bd7c72ed18d719c1fb0fdf6ff9042d8ab78fdf71
refs/heads/master: 88aec4f7b67b5889ba5b4beac2d2c1400451c318
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static irqreturn_t ab8500_irq(int irq, void *dev)
continue;

do {
int bit = __ffs(status);
int bit = __ffs(value);
int line = i * 8 + bit;

handle_nested_irq(ab8500->irq_base + line);
Expand Down

0 comments on commit 9ca1215

Please sign in to comment.