Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166144
b: refs/heads/master
c: 7da18af
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Sep 19, 2009
1 parent e264567 commit 434cce9
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: 3318c4bddba34be4881cfcf8cf3d56e41678b716
refs/heads/master: 7da18afa423f167e7ef3c9728e584d8bf05bd55a
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static __init void s3c_gpiolib_track(struct s3c_gpio_chip *chip)

gpn = chip->chip.base;
for (i = 0; i < chip->chip.ngpio; i++, gpn++) {
BUG_ON(gpn > ARRAY_SIZE(s3c_gpios));
BUG_ON(gpn >= ARRAY_SIZE(s3c_gpios));
s3c_gpios[gpn] = chip;
}
}
Expand Down

0 comments on commit 434cce9

Please sign in to comment.