Commit 0738774fcc34b78a708a127fb4b2f193d08c94ba introduced some
incorrect indentation / bracketing in unflatten_tree().  By luck, the
extra break statement intended to be within an if block, but actually
afterwards has no semantic effect.  Still, this patch gets rid of it
for cleanliness.

Signed-off-by: David Gibson <[EMAIL PROTECTED]>

Index: dtc/flattree.c
===================================================================
--- dtc.orig/flattree.c 2007-06-26 15:28:34.000000000 +1000
+++ dtc/flattree.c      2007-06-26 15:28:52.000000000 +1000
@@ -779,7 +779,6 @@ static struct node *unflatten_tree(struc
                        if (!(flags & FTF_NOPS))
                                fprintf(stderr, "Warning: NOP tag found in flat 
tree"
                                        " version <16\n");
-                               break;
 
                        /* Ignore */
                        break;

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to