Fix bug in NVME_IOCTL_SUBMIT_IO
Missing 'break' in the switch statement meant that we'd fall through to the 'return -EINVAL' case.
Loading
Please register or sign in to comment
Missing 'break' in the switch statement meant that we'd fall through to the 'return -EINVAL' case.