From 59d3133bf4de18a024efb55f3f5dd245100d5958 Mon Sep 17 00:00:00 2001 From: Ben Reese <5884008+benreese0@users.noreply.github.com> Date: Tue, 10 Mar 2020 16:53:17 -0700 Subject: [PATCH] Fixing compile error introduced by #580 Fixing incompatibility between #580 and e5786ad7ffa4734249c99bede2323a4d4cbb51ab. Signed-off-by: Ben Reese <5884008+benreese0@users.noreply.github.com> --- plugins/intel/intel-nvme.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/intel/intel-nvme.c b/plugins/intel/intel-nvme.c index f083419..d3efa27 100644 --- a/plugins/intel/intel-nvme.c +++ b/plugins/intel/intel-nvme.c @@ -1250,8 +1250,7 @@ static int enable_lat_stats_tracking(int argc, char **argv, {NULL} }; - fd = parse_and_open(argc, argv, desc, command_line_options, &cfg, - sizeof(cfg)); + fd = parse_and_open(argc, argv, desc, command_line_options); enum Option { None = -1, -- 2.49.0