Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328495
b: refs/heads/master
c: 1983040
h: refs/heads/master
i:
  328493: 42caa2a
  328491: a14b0ef
  328487: b3e66fa
  328479: fb0bd05
v: v3
  • Loading branch information
Barry Song authored and Linus Walleij committed Sep 28, 2012
1 parent 8aa59f0 commit eccc3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 58d26c1eab8e94f89f17593e11d88a3821be6c3c
refs/heads/master: 19830401396d19345ea5ada50a9adddbf1fd65f0
4 changes: 3 additions & 1 deletion trunk/drivers/pinctrl/pinctrl-sirf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,10 @@ static int __devinit sirfsoc_pinmux_probe(struct platform_device *pdev)
goto out_no_pmx;
}

for (i = 0; i < ARRAY_SIZE(sirfsoc_gpio_ranges); i++)
for (i = 0; i < ARRAY_SIZE(sirfsoc_gpio_ranges); i++) {
sirfsoc_gpio_ranges[i].gc = &sgpio_bank[i].chip.gc;
pinctrl_add_gpio_range(spmx->pmx, &sirfsoc_gpio_ranges[i]);
}

dev_info(&pdev->dev, "initialized SIRFSOC pinmux driver\n");

Expand Down

0 comments on commit eccc3f1

Please sign in to comment.