commit | a8ca889ed9585894d53fd8919d80cbe8baff09e7 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 05 21:31:22 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 05 21:31:22 2013 -0400 |
tree | 72461b2648110bf57d28d1949d1b5fe76a2148c1 | |
parent | 1950267e6e9dc2531f2790bf217aa7aadc9aa324 [diff] |
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>