Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153761
b: refs/heads/master
c: 49fb88a
h: refs/heads/master
i:
  153759: 5064963
v: v3
  • Loading branch information
Marek Szyprowski authored and Ben Dooks committed Jun 22, 2009
1 parent 1525ca3 commit 64a3eec
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: 0b495737f311cb8eb5e66404309ea16e4d7ded8a
refs/heads/master: 49fb88af23f3344ba53d6dbe34ac0b1426d81006
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c/gpio-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int s3c_gpio_setcfg_s3c64xx_4bit(struct s3c_gpio_chip *chip,
unsigned int shift = (off & 7) * 4;
u32 con;

if (off < 8 && chip->chip.ngpio >= 8)
if (off < 8 && chip->chip.ngpio > 8)
reg -= 4;

if (s3c_gpio_is_cfg_special(cfg)) {
Expand Down

0 comments on commit 64a3eec

Please sign in to comment.