Re: dtc: Remove bogus break statement

2007-07-02 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > 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

dtc: Remove bogus break statement

2007-06-27 Thread David Gibson
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-o