From: Steven Seungcheol Lee Date: Thu, 3 Mar 2022 09:00:43 +0000 (+0900) Subject: nvme: remove unnecessary line from submit_io X-Git-Tag: v2.0-rc5~3^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8fa39649ca80d90ffc77a18065ad67426f62821e;p=users%2Fsagi%2Fnvme-cli.git nvme: remove unnecessary line from submit_io Signed-off-by: Steven Seungcheol Lee --- diff --git a/nvme.c b/nvme.c index d707c18d..e8f2fa1d 100644 --- a/nvme.c +++ b/nvme.c @@ -6191,7 +6191,6 @@ static int submit_io(int opcode, char *command, const char *desc, err = -EINVAL; goto close_fd; } - mfd = dfd; } if (strlen(cfg.metadata)) {