Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274085
b: refs/heads/master
c: 8a8ab2e
h: refs/heads/master
i:
  274083: 56ecf1c
v: v3
  • Loading branch information
Peter Korsgaard authored and Kukjin Kim committed Oct 12, 2011
1 parent 4a06b01 commit 0c9a986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce19de02937772286e5d1f065d3143ec3abce200
refs/heads/master: 8a8ab2e64e09b56dc1324fd2f7da12346166cad1
4 changes: 4 additions & 0 deletions trunk/drivers/gpio/gpio-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,10 @@ static void __init s3c24xx_gpiolib_add_chips(struct samsung_gpio_chip *chip,
struct gpio_chip *gc = &chip->chip;

for (i = 0 ; i < nr_chips; i++, chip++) {
/* skip banks not present on SoC */
if (chip->chip.base >= S3C_GPIO_END)
continue;

if (!chip->config)
chip->config = &s3c24xx_gpiocfg_default;
if (!chip->pm)
Expand Down

0 comments on commit 0c9a986

Please sign in to comment.