Skip to content

Commit 0d30bef

Browse files
committed
nvme: use to show sanitize ns specific status code string
Since the status code is duplicated with the fw-commit status code. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 4544439 commit 0d30bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,7 @@ static int sanitize_ns_cmd(int argc, char **argv, struct command *acmd,
56465646
if (err < 0)
56475647
nvme_show_error("sanitize ns: %s", nvme_strerror(err));
56485648
else if (err > 0)
5649-
nvme_show_status(err);
5649+
nvme_show_opcode_status(err, true, cmd.opcode);
56505650

56515651
return err;
56525652
}

0 commit comments

Comments
 (0)