summaryrefslogtreecommitdiffstats
path: root/libpdbg
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg')
-rw-r--r--libpdbg/target.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libpdbg/target.c b/libpdbg/target.c
index ebf41bb..74ad0bc 100644
--- a/libpdbg/target.c
+++ b/libpdbg/target.c
@@ -316,8 +316,7 @@ static void disable_node(struct dt_node *dn)
static void _target_probe(struct dt_node *dn)
{
- int rc;
- struct dt_node *next;
+ int rc = 0;
struct dt_property *p;
PR_DEBUG("Probe %s - ", dn->name);
@@ -336,8 +335,6 @@ static void _target_probe(struct dt_node *dn)
disable_node(dn);
} else {
PR_DEBUG("success\n");
- dt_for_each_child(dn, next)
- _target_probe(next);
}
}
OpenPOWER on IntegriCloud