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:
a8ca889
)
block_device_operations->release() should return void
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 6 May 2013 01:52:57 +0000
(21:52 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 7 May 2013 06:16:21 +0000
(
02:16
-0400)
The value passed is 0 in all but "it can never happen" cases (and those
only in a couple of drivers) *and* it would've been lost on the way
out anyway, even if something tried to pass something meaningful.
Just don't bother.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found