]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ppc64: Fix a misleading printk in unflatten_dt_node()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 Aug 2005 05:20:18 +0000 (15:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:38 +0000 (10:53 +1000)
commit145ec7d51ae507c7cc8889ad05e24af05bbd9147
treed9f9200ea9869a9056839c76ad5f0763e4f91160
parent180a33627d958d5d9d3602dde6ac74b315e136f0
[PATCH] ppc64: Fix a misleading printk in unflatten_dt_node()

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>
arch/ppc64/kernel/prom.c