mtd_blktrans_ops->release() should return void
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 May 2013 01:31:22 +0000 (21:31 -0400)
committerAl 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