Skip to content

Commit 7aefca3

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 9f68e5f commit 7aefca3

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

28712871
nvme_show_finish();

0 commit comments

Comments
 (0)