Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101752
b: refs/heads/master
c: 4b6e805
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Fontenot authored and Paul Mackerras committed Jul 3, 2008
1 parent 7430bc1 commit e42b1a7
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: 138fc1ee06e58f12fc2b755e435ce15bb36a0471
refs/heads/master: 4b6e805e4a327c7231ab6a7739d6344d68d231d0
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/reconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static char *parse_node(char *buf, size_t bufsize, struct device_node **npp)
*buf = '\0';
buf++;

handle = simple_strtoul(handle_str, NULL, 10);
handle = simple_strtoul(handle_str, NULL, 0);

*npp = of_find_node_by_phandle(handle);
return buf;
Expand Down

0 comments on commit e42b1a7

Please sign in to comment.