* dtc: Remove leftover debugging printf() from mangle-layout
@ 2007-10-30 2:17 David Gibson
2007-10-30 12:50 ` Jon Loeliger
0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2007-10-30 2:17 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev
The mangle-layout testcase/utility had a leftover debugging printf().
This patch removes it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Index: dtc/tests/mangle-layout.c
===================================================================
--- dtc.orig/tests/mangle-layout.c 2007-10-29 15:58:55.000000000 +1100
+++ dtc/tests/mangle-layout.c 2007-10-29 15:59:16.000000000 +1100
@@ -96,8 +96,6 @@ void add_block(struct bufstate *buf, int
}
offset = ALIGN(buf->size, align);
- fprintf(stderr, "Moving block %c from %p, to offset %d, size %d\n",
- block, src, offset, size);
expand_buf(buf, offset+size);
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-30 12:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 2:17 dtc: Remove leftover debugging printf() from mangle-layout David Gibson
2007-10-30 12:50 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).