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)
commit6413214c5d424fd5aae6567848340f962ad2ce0f
treef5a4053813b9e01146288cc11cd199303ce14b05
parent6bbf1acddeed0bfb345a5578f9fcada16f1e514f
Fix bug in NVME_IOCTL_SUBMIT_IO

Missing 'break' in the switch statement meant that we'd fall through
to the 'return -EINVAL' case.
drivers/block/nvme.c