Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/sandisk/sandisk-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ __u64 sndk_get_enc_drive_capabilities(struct nvme_global_ctx *ctx,
SNDK_DRIVE_CAP_VU_FID_CLEAR_PCIE);

/* verify the 0xC0 log page is supported */
if (run_wdc_nvme_check_supported_log_page(r, dev,
if (run_wdc_nvme_check_supported_log_page(ctx, hdl,
SNDK_LATENCY_MON_LOG_ID, 0))
capabilities |= SNDK_DRIVE_CAP_C0_LOG_PAGE;

Expand Down
Loading