]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/ocp: Adjusted variable type size carrying UUID index to 8 bit.
authorLeonardo da Cunha <leonardo.da.cunha@solidigm.com>
Fri, 19 Apr 2024 22:32:18 +0000 (15:32 -0700)
committerDaniel Wagner <wagi@monom.org>
Tue, 23 Apr 2024 12:28:46 +0000 (14:28 +0200)
commit75656d1cc2abf8690ca8c9b0ebe8e921a0c89557
tree6cd63c90f122f3bccdcec72f8122a272f805ff39
parent22c256a3753dc79e5a2cadba0e171b277dae0790
plugins/ocp: Adjusted variable type size carrying UUID index to 8 bit.

Changed uuidx type to __u8 in the related function calls,
because that's the type that will feed struct nvme_get_log_args.

Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
plugins/ocp/ocp-clear-features.c
plugins/ocp/ocp-fw-activation-history.c
plugins/ocp/ocp-nvme.c
plugins/ocp/ocp-utils.c
plugins/ocp/ocp-utils.h
plugins/solidigm/solidigm-util.c