Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328465
b: refs/heads/master
c: 939d902
h: refs/heads/master
i:
  328463: 2055462
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Sep 18, 2012
1 parent a5bd9b9 commit 67131ad
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: 3113e679021a3a6bace1c62a8432cc0ec27c09ab
refs/heads/master: 939d902d0de58982fc95b04c5cd37c5e30ffe46f
4 changes: 1 addition & 3 deletions trunk/drivers/gpio/gpio-msm-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,7 @@ static void msm_summary_irq_handler(unsigned int irq, struct irq_desc *desc)

chained_irq_enter(chip, desc);

for (i = find_first_bit(msm_gpio.enabled_irqs, NR_GPIO_IRQS);
i < NR_GPIO_IRQS;
i = find_next_bit(msm_gpio.enabled_irqs, NR_GPIO_IRQS, i + 1)) {
for_each_set_bit(i, msm_gpio.enabled_irqs, NR_GPIO_IRQS) {
if (readl(GPIO_INTR_STATUS(i)) & BIT(INTR_STATUS))
generic_handle_irq(msm_gpio_to_irq(&msm_gpio.gpio_chip,
i));
Expand Down

0 comments on commit 67131ad

Please sign in to comment.