Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204923
b: refs/heads/master
c: 60d5991
h: refs/heads/master
i:
  204921: 127e022
  204919: 55e2338
v: v3
  • Loading branch information
Grant Likely committed Jul 19, 2010
1 parent 39db459 commit 9de45d8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f1d4c3a76981addcd7669f404f75041435a04e6a
refs/heads/master: 60d599133011eaca6073696f6a86cd516854d547
2 changes: 2 additions & 0 deletions trunk/drivers/of/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ int of_platform_bus_probe(struct device_node *root,
root = of_find_node_by_path("/");
else
of_node_get(root);
if (root == NULL)
return -EINVAL;

pr_debug("of_platform_bus_probe()\n");
pr_debug(" starting at: %s\n", root->full_name);
Expand Down

0 comments on commit 9de45d8

Please sign in to comment.