Skip to content

Commit 8ab9ea7

Browse files
committed
nvme: change NS management status message as error
Since actually the message output by the error case. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 90c1d63 commit 8ab9ea7

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
@@ -2866,7 +2866,7 @@ static void ns_mgmt_show_status(struct nvme_dev *dev, int err, char *cmd, __u32
28662866
} else {
28672867
nvme_show_status(err);
28682868
if (!is_ns_mgmt_support(dev))
2869-
nvme_show_result("NS management and attachment not supported");
2869+
nvme_show_error("NS management and attachment not supported");
28702870
}
28712871

28722872
nvme_show_finish();

0 commit comments

Comments
 (0)