From: Francis Pravin Antony Michael Raj Date: Thu, 21 Jul 2022 14:20:57 +0000 (-0400) Subject: nvme: Remove duplicate line X-Git-Tag: v2.1~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a43d9778c4053c99381c9c8fc1690b604a176d95;p=users%2Fsagi%2Fnvme-cli.git nvme: Remove duplicate line Remove the duplicate prinfow assignment Signed-off-by: Francis Pravin Antony Michael Raj Signed-off-by: Jonathan Derrick --- 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,