summaryrefslogtreecommitdiffstats
path: root/cmd/remoteproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/remoteproc.c')
-rw-r--r--cmd/remoteproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/remoteproc.c b/cmd/remoteproc.c
index 02d44d4f0a..5f9ba92560 100644
--- a/cmd/remoteproc.c
+++ b/cmd/remoteproc.c
@@ -47,7 +47,7 @@ static int print_remoteproc_list(void)
break;
}
printf("%d - Name:'%s' type:'%s' supports: %s%s%s%s%s%s\n",
- dev->seq,
+ dev_seq(dev),
uc_pdata->name,
type,
ops->load ? "load " : "",