From: Alexey Dobriyan Date: Fri, 29 Sep 2006 09:01:05 +0000 (-0700) Subject: [PATCH] cramfs: make cramfs_uncompress_exit() return void X-Git-Tag: v2.6.19-rc1~705 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368bdb3d616fa352971f45b423ae6344715e620b;p=pandora-kernel.git [PATCH] cramfs: make cramfs_uncompress_exit() return void It always returns 0, so relying on it is useless. The only caller isn't checking return value. In general, un-, de-, -free functions should return void. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed