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)
commita8ca889ed9585894d53fd8919d80cbe8baff09e7
tree72461b2648110bf57d28d1949d1b5fe76a2148c1
parent1950267e6e9dc2531f2790bf217aa7aadc9aa324
mtd_blktrans_ops->release() should return void

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>
drivers/mtd/mtd_blkdevs.c
drivers/mtd/mtdblock.c
drivers/mtd/sm_ftl.c
include/linux/mtd/blktrans.h