From: Matthew Wilcox Date: Tue, 9 Aug 2011 16:56:37 +0000 (-0400) Subject: Fix bug in NVME_IOCTL_SUBMIT_IO X-Git-Tag: v3.3-rc1~16^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6413214c5d424fd5aae6567848340f962ad2ce0f;p=pandora-kernel.git Fix bug in NVME_IOCTL_SUBMIT_IO Missing 'break' in the switch statement meant that we'd fall through to the 'return -EINVAL' case. --- Reading git-diff-tree failed