From: Patrick McHardy Date: Mon, 12 Feb 2007 19:14:28 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void X-Git-Tag: v2.6.21-rc1~274^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3eb20c1ace69e42e6ebf2afd2a904b2ae85cde;p=pandora-kernel.git [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void No caller checks the return value, and since its usually called within the module unload path there's nothing a module could do about errors anyway, so BUG on invalid conditions and return void. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed