Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243475
b: refs/heads/master
c: 8aad172
h: refs/heads/master
i:
  243473: e4fe26d
  243471: 667d486
v: v3
  • Loading branch information
Axel Lin authored and Eric Miao committed Mar 17, 2011
1 parent 6ce3d74 commit 6e812bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e3b1ceedf7adc4adfc989ee78a30fca7b62480b5
refs/heads/master: 8aad172e6c54c74b1effe88ded2f308db3e1b658
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/am200epd.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ static int am200_init_gpio_regs(struct metronomefb_par *par)
return 0;

err_req_gpio:
while (i > 0)
gpio_free(gpios[i--]);
while (--i >= 0)
gpio_free(gpios[i]);

return err;
}
Expand Down

0 comments on commit 6e812bb

Please sign in to comment.