Skip to content

nvme: init result_def in get_feature_id_changed#3039

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:fix-buld
Jan 5, 2026
Merged

nvme: init result_def in get_feature_id_changed#3039
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:fix-buld

Conversation

@igaw
Copy link
Copy Markdown
Collaborator

@igaw igaw commented Jan 5, 2026

The CI build fails because the compiler complains about result_def not initialized and might be used unititialid. The same problem was with err_def, thus use the same approach and just initialize always.

Fix: #3038

The CI build fails because the compiler complains about result_def not
initialized and might be used unititialid. The same problem was with
err_def, thus use the same approach and just initialize always.

Signed-off-by: Daniel Wagner <[email protected]>
@igaw igaw merged commit bd7a6a0 into linux-nvme:master Jan 5, 2026
20 checks passed
@igaw igaw deleted the fix-buld branch January 5, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build fails for code coverage

1 participant