Skip to content

Commit 59d3133

Browse files
benreese0keithbusch
authored andcommitted
Fixing compile error introduced by #580
Fixing incompatibility between #580 and e5786ad. Signed-off-by: Ben Reese <[email protected]>
1 parent 1d0c765 commit 59d3133

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/intel/intel-nvme.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,8 +1250,7 @@ static int enable_lat_stats_tracking(int argc, char **argv,
12501250
{NULL}
12511251
};
12521252

1253-
fd = parse_and_open(argc, argv, desc, command_line_options, &cfg,
1254-
sizeof(cfg));
1253+
fd = parse_and_open(argc, argv, desc, command_line_options);
12551254

12561255
enum Option {
12571256
None = -1,

0 commit comments

Comments
 (0)