Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321452
b: refs/heads/master
c: 75c353e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Walleij committed Aug 7, 2012
1 parent 1a12e45 commit 8f62139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 8e406fe4aebee50b18176947a68aab6f519843de
refs/heads/master: 75c353ecacf54dbcca5e2e4388088893aac0fc34
1 change: 0 additions & 1 deletion trunk/drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,6 @@ static int __devinit nmk_pinctrl_probe(struct platform_device *pdev)
for (i = 0; i < npct->soc->gpio_num_ranges; i++) {
if (!nmk_gpio_chips[i]) {
dev_warn(&pdev->dev, "GPIO chip %d not registered yet\n", i);
devm_kfree(&pdev->dev, npct);
return -EPROBE_DEFER;
}
npct->soc->gpio_ranges[i].gc = &nmk_gpio_chips[i]->chip;
Expand Down

0 comments on commit 8f62139

Please sign in to comment.