Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334362
b: refs/heads/master
c: 3ee73aa
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Oct 15, 2012
1 parent d3c68c3 commit 6a02c87
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: 1cd6dc2e3c2dbececb60a3a5ca52af645d9be205
refs/heads/master: 3ee73aa077d1468b293bb208814a8c240eefa9b7
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ static int __devinit bcm2835_pinctrl_probe(struct platform_device *pdev)
pc->pctl_dev = pinctrl_register(&bcm2835_pinctrl_desc, dev, pc);
if (!pc->pctl_dev) {
gpiochip_remove(&pc->gpio_chip);
return PTR_ERR(pc->pctl_dev);
return -EINVAL;
}

pc->gpio_range = bcm2835_pinctrl_gpio_range;
Expand Down

0 comments on commit 6a02c87

Please sign in to comment.