aboutsummaryrefslogtreecommitdiff
path: root/arm-probe/arm-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-probe/arm-probe.c')
-rw-r--r--arm-probe/arm-probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm-probe/arm-probe.c b/arm-probe/arm-probe.c
index 23816a3..73eee51 100644
--- a/arm-probe/arm-probe.c
+++ b/arm-probe/arm-probe.c
@@ -278,7 +278,7 @@ int main(int argc, char *argv[])
}
}
- configure(&aep_context, NULL, "xx", aep_context.config_filepath, NULL);
+ configure(&aep_context, NULL, "/virtual", aep_context.config_filepath, NULL);
/*
* fork off the AEP service process
@@ -328,7 +328,7 @@ int main(int argc, char *argv[])
if (first) {
first = 0;
- for (n = 0; n < aep_context.aep_shared->chans; n++)
+ for (n = 0; n < aep_context.aep_shared->chans + aep_context.aep_shared->vchans; n++)
printf("# %s\t%s\t%s\t%s\t%s\n",
aep_context.aep_shared->channel_name[n],
aep_context.aep_shared->channel_name_pretty[n],