Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336555
b: refs/heads/master
c: e55b082
h: refs/heads/master
i:
  336553: 5194800
  336551: 5d252f8
v: v3
  • Loading branch information
Fabio Estevam authored and Rob Herring committed Nov 21, 2012
1 parent bc5c29e commit c5080d7
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: c22618a11d1ba2966bd2cfd5e4918ed4f2dad13e
refs/heads/master: e55b0829cbace88f4b50036432a12146d22cd106
4 changes: 2 additions & 2 deletions trunk/drivers/of/fdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ int __init of_scan_flat_dt(int (*it)(unsigned long node,

do {
u32 tag = be32_to_cpup((__be32 *)p);
char *pathp;
const char *pathp;

p += 4;
if (tag == OF_DT_END_NODE) {
Expand Down Expand Up @@ -488,7 +488,7 @@ int __init of_scan_flat_dt(int (*it)(unsigned long node,
pathp = (char *)p;
p = ALIGN(p + strlen(pathp) + 1, 4);
if ((*pathp) == '/') {
char *lp, *np;
const char *lp, *np;
for (lp = NULL, np = pathp; *np; np++)
if ((*np) == '/')
lp = np+1;
Expand Down

0 comments on commit c5080d7

Please sign in to comment.