Skip to content

Commit 0b03dc1

Browse files
jinhuahuang2021igaw
authored andcommitted
plugins/memblaze: fix a wrong id on smart-log-add
Modify 0xB8 to 0xDF Signed-off-by: jinhua.huang <[email protected]>
1 parent c83cad5 commit 0b03dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/memblaze/memblaze-nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ static void smart_log_add_v3_print(struct smart_log_add_item_10 *item, int item_
15211521
[0xab] = {0, "program_fail_count" },
15221522
[0xac] = {1, "erase_fail_count" },
15231523
[0xad] = {2, "wear_leveling_count" },
1524-
[0xb8] = {3, "ext_e2e_err_count" },
1524+
[0xdf] = {3, "ext_e2e_err_count" },
15251525
[0xc7] = {4, "crc_err_count" },
15261526
[0xf4] = {5, "nand_bytes_written" },
15271527
[0xf5] = {6, "host_bytes_written" },

0 commit comments

Comments
 (0)