Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344341
b: refs/heads/master
c: 93c667c
h: refs/heads/master
i:
  344339: c4475e4
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Grant Likely committed Dec 11, 2012
1 parent 9a9e50b commit 2efd8e3
Show file tree
Hide file tree
Showing 3 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: 1daa8a0b2000974e07eacbabecd61bccadc933b9
refs/heads/master: 93c667ca2598bd84f1bd3f2fa176af69707699fe
2 changes: 1 addition & 1 deletion trunk/drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ EXPORT_SYMBOL(of_parse_phandle);
* To get a device_node of the `node2' node you may call this:
* of_parse_phandle_with_args(node3, "list", "#list-cells", 1, &args);
*/
int of_parse_phandle_with_args(struct device_node *np, const char *list_name,
int of_parse_phandle_with_args(const struct device_node *np, const char *list_name,
const char *cells_name, int index,
struct of_phandle_args *out_args)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ extern int of_modalias_node(struct device_node *node, char *modalias, int len);
extern struct device_node *of_parse_phandle(const struct device_node *np,
const char *phandle_name,
int index);
extern int of_parse_phandle_with_args(struct device_node *np,
extern int of_parse_phandle_with_args(const struct device_node *np,
const char *list_name, const char *cells_name, int index,
struct of_phandle_args *out_args);

Expand Down

0 comments on commit 2efd8e3

Please sign in to comment.