Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6217
b: refs/heads/master
c: 145ec7d
h: refs/heads/master
i:
  6215: 0f17969
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Aug 29, 2005
1 parent b8a8896 commit 4b183c2
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: 180a33627d958d5d9d3602dde6ac74b315e136f0
refs/heads/master: 145ec7d51ae507c7cc8889ad05e24af05bbd9147
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ static unsigned long __init unflatten_dt_node(unsigned long mem,
tag = *((u32 *)(*p));
}
if (tag != OF_DT_END_NODE) {
printk("Weird tag at start of node: %x\n", tag);
printk("Weird tag at end of node: %x\n", tag);
return mem;
}
*p += 4;
Expand Down

0 comments on commit 4b183c2

Please sign in to comment.