commit | fe3eb20c1ace69e42e6ebf2afd2a904b2ae85cde | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Feb 12 11:14:28 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 12 11:14:28 2007 -0800 |
tree | 6c49ee94bc60c668aa3f02aa029e167f6669e031 | |
parent | 982d9a9ce389c396bc83ce29d799937f379ddcb7 [diff] |
[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>