summaryrefslogtreecommitdiff
path: root/flattree.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-06-28 11:32:31 +1000
committerJon Loeliger <jdl@freescale.com>2007-07-02 08:30:57 -0500
commit6936273aa40371811a99c3516b613d299792831b (patch)
tree8976a785d227cd243485903273e31e91343938d1 /flattree.c
parentd9d679fb9690348730d5d274858d445f11e4cbd4 (diff)
downloaddtc-6936273aa40371811a99c3516b613d299792831b.tar.gz
dtc: Remove bogus break statement
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 <david@gibson.dropbear.id.au>
Diffstat (limited to 'flattree.c')
-rw-r--r--flattree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flattree.c b/flattree.c
index 412177f..68ada2f 100644
--- a/flattree.c
+++ b/flattree.c
@@ -779,7 +779,6 @@ static struct node *unflatten_tree(struct inbuf *dtbuf,
if (!(flags & FTF_NOPS))
fprintf(stderr, "Warning: NOP tag found in flat tree"
" version <16\n");
- break;
/* Ignore */
break;