From: Al Viro Date: Mon, 6 May 2013 01:31:22 +0000 (-0400) Subject: mtd_blktrans_ops->release() should return void X-Git-Tag: omap-for-v3.10/fixes-for-merge-window-part2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ca889ed9585894d53fd8919d80cbe8baff09e7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed