]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
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)
commit7a3f683d2783298c573e0b8f38f6ac5dc84c0adc
tree81736be8f9a18508055e0392436def0a5ee1798c
parent221734dca8aabc8c2e30820368d1fb5893c80c00
build: Update libnvme wrap

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