Skip to content
Open
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 nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,7 @@ static int get_feature_id_changed(struct libnvme_transport_handle *hdl, struct f
__cleanup_libnvme_free void *buf_def = NULL;
__cleanup_libnvme_free void *buf = NULL;
__u64 result_def = 0;
__u64 result = 0;
__u64 result = -EINVAL;
int err_def = 0;
Comment thread
igaw marked this conversation as resolved.
int err;

Expand Down
Loading