Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361734
b: refs/heads/master
c: 48a23fa
h: refs/heads/master
v: v3
  • Loading branch information
Simon Guinot authored and Linus Walleij committed Mar 21, 2013
1 parent 6753fe1 commit 666965d
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: bf4d7be57ba9040347065f48a60f895a254f6e28
refs/heads/master: 48a23fac5eb0030a2d578ee2bde21b6e035b3d57
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/mvebu/pinctrl-mvebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ int mvebu_pinctrl_probe(struct platform_device *pdev)

/* special soc specific control */
if (ctrl->mpp_get || ctrl->mpp_set) {
if (!ctrl->name || !ctrl->mpp_set || !ctrl->mpp_set) {
if (!ctrl->name || !ctrl->mpp_get || !ctrl->mpp_set) {
dev_err(&pdev->dev, "wrong soc control info\n");
return -EINVAL;
}
Expand Down

0 comments on commit 666965d

Please sign in to comment.