From: Alexey Dobriyan Date: Wed, 17 Oct 2007 06:26:04 +0000 (-0700) Subject: Make unregister_binfmt() return void X-Git-Tag: v2.6.24-rc1~779 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b450d489f2fb4e909447beacad64edb8aa0cda;p=pandora-kernel.git Make unregister_binfmt() return void list_del() hardly can fail, so checking for return value is pointless (and current code always return 0). Nobody really cared that return value anyway. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed