Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299173
b: refs/heads/master
c: 078dc65
h: refs/heads/master
i:
  299171: 39dd632
v: v3
  • Loading branch information
Axel Lin authored and Grant Likely committed Apr 10, 2012
1 parent 65b8f6c commit dfababf
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: 3ffc9cebb65f6942cd912e33e60e1f09e497e208
refs/heads/master: 078dc65e61c562e289685fe43b5ef58118e033fc
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-adp5588.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static irqreturn_t adp5588_irq_handler(int irq, void *devid)
if (ret < 0)
memset(dev->irq_stat, 0, ARRAY_SIZE(dev->irq_stat));

for (bank = 0; bank <= ADP5588_BANK(ADP5588_MAXGPIO);
for (bank = 0, bit = 0; bank <= ADP5588_BANK(ADP5588_MAXGPIO);
bank++, bit = 0) {
pending = dev->irq_stat[bank] & dev->irq_mask[bank];

Expand Down

0 comments on commit dfababf

Please sign in to comment.