Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276710
b: refs/heads/master
c: f9ea14e
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Grant Likely committed Dec 13, 2011
1 parent 121ee9a commit 6153d3b
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: b2888095feb3c651cba5904b0227622e82777b34
refs/heads/master: f9ea14efa5277c47efec341dee2c408b6b80f854
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ static irqreturn_t ioh_gpio_handler(int irq, void *dev_id)
int i, j;
int ret = IRQ_NONE;

for (i = 0; i < 8; i++) {
for (i = 0; i < 8; i++, chip++) {
reg_val = ioread32(&chip->reg->regs[i].istatus);
for (j = 0; j < num_ports[i]; j++) {
if (reg_val & BIT(j)) {
Expand Down

0 comments on commit 6153d3b

Please sign in to comment.