Commit caa68d8
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 d163921 commit caa68d8
1 file changed
+1
-1
lines changed| 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