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