From a43d9778c4053c99381c9c8fc1690b604a176d95 Mon Sep 17 00:00:00 2001 From: Francis Pravin Antony Michael Raj Date: Thu, 21 Jul 2022 10:20:57 -0400 Subject: [PATCH] nvme: Remove duplicate line Remove the duplicate prinfow assignment Signed-off-by: Francis Pravin Antony Michael Raj Signed-off-by: Jonathan Derrick --- nvme.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nvme.c b/nvme.c index 9296ec86..7dedf3fe 100644 --- a/nvme.c +++ b/nvme.c @@ -5851,7 +5851,6 @@ static int copy(int argc, char **argv, struct command *cmd, struct plugin *plugi .format = cfg.format, .lr = cfg.lr, .fua = cfg.fua, - .prinfow = cfg.prinfow, .ilbrt_u64 = cfg.ilbrt, .lbatm = cfg.lbatm, .lbat = cfg.lbat, -- 2.50.1