[NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:14:28 +0000 (11:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:14:28 +0000 (11:14 -0800)
commitfe3eb20c1ace69e42e6ebf2afd2a904b2ae85cde
tree6c49ee94bc60c668aa3f02aa029e167f6669e031
parent982d9a9ce389c396bc83ce29d799937f379ddcb7
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack_l3proto.h
include/net/netfilter/nf_conntrack_l4proto.h
net/netfilter/nf_conntrack_proto.c