Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350510
b: refs/heads/master
c: a8ae367
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Linus Walleij committed Feb 5, 2013
1 parent 0744d99 commit 91c115b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 933862873740923a059cbcda0c66487c6179ba3c
refs/heads/master: a8ae367f40867fde80c90484c90b96c3968c224b
3 changes: 3 additions & 0 deletions trunk/drivers/pinctrl/pinctrl-falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ static int pinctrl_falcon_probe(struct platform_device *pdev)
u32 avail;
int pins;

if (!of_device_is_available(np))
continue;

if (!ppdev) {
dev_err(&pdev->dev, "failed to find pad pdev\n");
continue;
Expand Down

0 comments on commit 91c115b

Please sign in to comment.