Commit 9151ad0
committed
libnvme/mi: always initialize timeout_save
The compiler is not able to track the lifetime of the variable correctly
and fails sometimes to compile because it thinks the variable is not
properly initialized when used.
Signed-off-by: Daniel Wagner <[email protected]>1 parent e7c4c28 commit 9151ad0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
877 | | - | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
0 commit comments