Commit bd7a6a0
committed
nvme: init result_def in get_feature_id_changed
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 <wagi@kernel.org>1 parent 26d1137 commit bd7a6a0
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4859 | 4859 | | |
4860 | 4860 | | |
4861 | 4861 | | |
4862 | | - | |
4863 | | - | |
4864 | | - | |
4865 | | - | |
4866 | | - | |
4867 | 4862 | | |
| 4863 | + | |
| 4864 | + | |
| 4865 | + | |
| 4866 | + | |
| 4867 | + | |
4868 | 4868 | | |
4869 | 4869 | | |
4870 | 4870 | | |
| |||
0 commit comments