[Crosstoolchain-logs] [device-tree-compiler] 62/357: dtc: Remove verbose message from get_node_phandle()
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:05:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.
commit 95393db96f4a14de21ff32e12bfe905d53d1566f
Author: David Gibson <dgibson at sneetch.(none)>
Date: Mon Dec 11 11:02:59 2006 +1100
dtc: Remove verbose message from get_node_phandle()
get_node_phandle() had a leftover debugging printf(), which could muddy
dtc's output when checking trees. This patch removes it.
---
livetree.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/livetree.c b/livetree.c
index f64de01..72d194a 100644
--- a/livetree.c
+++ b/livetree.c
@@ -647,9 +647,6 @@ static cell_t get_node_phandle(struct node *root, struct node *node)
{
static cell_t phandle = 1; /* FIXME: ick, static local */
- fprintf(stderr, "get_node_phandle(%s) phandle=%x\n",
- node->fullpath, node->phandle);
-
if ((node->phandle != 0) && (node->phandle != -1))
return node->phandle;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list