Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336388
b: refs/heads/master
c: 05daa16
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Oct 28, 2012
1 parent 3b89473 commit 96b4895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 11aabdcd747d29dd587ff258db0219d1a4e03dfb
refs/heads/master: 05daa16a86b1f822eeb4324f8874d4d9b915a717
4 changes: 1 addition & 3 deletions trunk/drivers/pinctrl/pinctrl-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -1219,10 +1219,8 @@ static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
continue;
}

n = find_first_bit(&isr, BITS_PER_LONG);
while (n < BITS_PER_LONG) {
for_each_set_bit(n, &isr, BITS_PER_LONG) {
generic_handle_irq(irq_find_mapping(at91_gpio->domain, n));
n = find_next_bit(&isr, BITS_PER_LONG, n + 1);
}
}
chained_irq_exit(chip, desc);
Expand Down

0 comments on commit 96b4895

Please sign in to comment.