]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
ocp: fix firmware activation history entry endian
authorTokunori Ikegami <ikegami.t@gmail.com>
Mon, 28 Oct 2024 14:55:28 +0000 (23:55 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 29 Oct 2024 06:38:30 +0000 (07:38 +0100)
commita8e8ef57be82365c45d5881c3994242fa51c9f9e
treeba09ec9735a6df28169e43c10d0e85d17974bbec
parent01abe63486033b4e7f7250bb1a87bcc508fa3087
ocp: fix firmware activation history entry endian

Fix the entry data fields to little endian format.
Basically print functions convert the fields data to cpu format.
But still some errors then fixed the print functions also.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
plugins/ocp/ocp-fw-activation-history.h
plugins/ocp/ocp-print-json.c
plugins/ocp/ocp-print-stdout.c