[NETFILTER]: nf_log: make nf_log_unregister_pf return void
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:11:24 +0000 (11:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:11:24 +0000 (11:11 -0800)
commit9dc6aa5fcfc104becd86c89c5e7ec90e840e0163
tree4e6d22cd7fdcae42cbccd7ef71b86958ac5ac736
parenta5ea6169f294bc33a762f7c1c240e3ac0f045f9e
[NETFILTER]: nf_log: make nf_log_unregister_pf return void

Since the only user of nf_log_unregister_pf (nfnetlink_log) doesn't
check the return value, change it to void and bail out silently when
a non-existant address family is supplied.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
net/netfilter/nf_log.c