git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbf1ac
)
Fix bug in NVME_IOCTL_SUBMIT_IO
author
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Tue, 9 Aug 2011 16:56:37 +0000
(12:56 -0400)
committer
Matthew 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