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:
1950267
)
mtd_blktrans_ops->release() should return void
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 6 May 2013 01:31:22 +0000
(21:31 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 6 May 2013 01:31:22 +0000
(21:31 -0400)
Both existing instances always return 0 and even if they didn't,
the value would be lost on the way out. Just don't bother...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found