]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Update libnvme wrap
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 4 Mar 2022 07:58:27 +0000 (16:58 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 4 Mar 2022 08:01:17 +0000 (17:01 +0900)
types: fix status code type bug (wrong masking)
https://github.com/linux-nvme/libnvme/pull/274/commits

Bug:
    NVMe status: unrecognized(0x13)
Meant to be:
    NVMe status: PRP Offset Invalid: The Offset field for a PRP entry is invalid(0x13)

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
subprojects/libnvme.wrap

index 8c71afbb4fedb8f00cdbff8def8f8aa1f97d5c96..e8b117455098541d4025c58e94992741d73a7276 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 url = https://github.com/linux-nvme/libnvme.git
-revision = e9a32c8236375356a65d85084c2b9e30619f7ed2
+revision = 9d32644bbc487707a1cb0ca6ea4e1f36ccb3c57a
 
 [provide]
 libnvme = libnvme_dep