Fix bug in NVME_IOCTL_SUBMIT_IO
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 9 Aug 2011 16:56:37 +0000 (12:56 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:04 +0000 (15:53 -0400)
Missing 'break' in the switch statement meant that we'd fall through
to the 'return -EINVAL' case.


No differences found