Commit 532c85a
committed
nvme: fix copy command nr value as zero based
Since it was set the maximum value of argconfig_parse_comma_sep_array_u**.
But those values are not zero based then fix to set with minus 1.
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>1 parent 79bb406 commit 532c85a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7865 | 7865 | | |
7866 | 7866 | | |
7867 | 7867 | | |
7868 | | - | |
| 7868 | + | |
7869 | 7869 | | |
7870 | 7870 | | |
7871 | 7871 | | |
| |||
7875 | 7875 | | |
7876 | 7876 | | |
7877 | 7877 | | |
7878 | | - | |
| 7878 | + | |
7879 | 7879 | | |
7880 | 7880 | | |
7881 | 7881 | | |
| |||
0 commit comments