Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375764
b: refs/heads/master
c: b855f16
h: refs/heads/master
v: v3
  • Loading branch information
Tang Yuantian authored and Grant Likely committed Apr 17, 2013
1 parent 97564e4 commit 2983569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 48d045dbe9c757681edfe8274211254c56d53a41
refs/heads/master: b855f16b05a697ac1863adabe99bfba56e6d3199
4 changes: 2 additions & 2 deletions trunk/drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,11 +1166,11 @@ static int __of_parse_phandle_with_args(const struct device_node *np,
out_args->args_count = count;
for (i = 0; i < count; i++)
out_args->args[i] = be32_to_cpup(list++);
} else {
of_node_put(node);
}

/* Found it! return success */
if (node)
of_node_put(node);
return 0;
}

Expand Down

0 comments on commit 2983569

Please sign in to comment.