git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180a336
)
[PATCH] ppc64: Fix a misleading printk in unflatten_dt_node()
author
Michael Ellerman
<michael@ellerman.id.au>
Tue, 9 Aug 2005 05:20:18 +0000
(15:20 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 29 Aug 2005 00:53:38 +0000
(10:53 +1000)
When unflatten_dt_node() fails to find an OF_DT_END_NODE tag it prints
"Weird tag at start of node", this should be "Weird tag at end of node".
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/ppc64/kernel/prom.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found