Skip to content

Commit cba763f

Browse files
ikegami-tigaw
authored andcommitted
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 200aeb8 commit cba763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ static void ns_mgmt_show_status(struct nvme_dev *dev, int err, char *cmd, __u32
28642864
} else {
28652865
nvme_show_status(err);
28662866
if (!is_ns_mgmt_support(dev))
2867-
nvme_show_result("NS management and attachment not supported");
2867+
nvme_show_error("NS management and attachment not supported");
28682868
}
28692869

28702870
nvme_show_finish();

0 commit comments

Comments
 (0)