summaryrefslogtreecommitdiffstats
path: root/examples/mi-mctp.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:26:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:26:29 +0000
commit33b8fe1a294d670d67a2e9802ca0c753826b1562 (patch)
treec7909b9865f0ee1b4f517d16283a0420ce08566b /examples/mi-mctp.c
parentReleasing debian version 1.1~rc0-1. (diff)
downloadlibnvme-33b8fe1a294d670d67a2e9802ca0c753826b1562.tar.xz
libnvme-33b8fe1a294d670d67a2e9802ca0c753826b1562.zip
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/mi-mctp.c')
-rw-r--r--examples/mi-mctp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mi-mctp.c b/examples/mi-mctp.c
index ac0ecb3..589bb44 100644
--- a/examples/mi-mctp.c
+++ b/examples/mi-mctp.c
@@ -311,7 +311,7 @@ int do_get_log_page(nvme_mi_ep_t ep, int argc, char **argv)
return -1;
}
- rc = nvme_mi_admin_get_log_page(ctrl, &args);
+ rc = nvme_mi_admin_get_log(ctrl, &args);
if (rc) {
warn("can't perform Get Log page command");
return -1;