From: jinhua.huang Date: Tue, 15 Oct 2024 10:22:29 +0000 (+0800) Subject: plugins/memblaze: fix a wrong id on smart-log-add X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0b03dc12944646b9ff76278d8f1a5628ac57996f;p=users%2Fsagi%2Fnvme-cli.git plugins/memblaze: fix a wrong id on smart-log-add Modify 0xB8 to 0xDF Signed-off-by: jinhua.huang --- diff --git a/plugins/memblaze/memblaze-nvme.c b/plugins/memblaze/memblaze-nvme.c index c189f1bb..9dd27921 100644 --- a/plugins/memblaze/memblaze-nvme.c +++ b/plugins/memblaze/memblaze-nvme.c @@ -1521,7 +1521,7 @@ static void smart_log_add_v3_print(struct smart_log_add_item_10 *item, int item_ [0xab] = {0, "program_fail_count" }, [0xac] = {1, "erase_fail_count" }, [0xad] = {2, "wear_leveling_count" }, - [0xb8] = {3, "ext_e2e_err_count" }, + [0xdf] = {3, "ext_e2e_err_count" }, [0xc7] = {4, "crc_err_count" }, [0xf4] = {5, "nand_bytes_written" }, [0xf5] = {6, "host_bytes_written" },