]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[NETFILTER]: nfnetlink_queue: remove useless enqueue status codes
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 09:31:01 +0000 (01:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:23 +0000 (14:56 -0800)
commit0ef0f46580320a7f96c60b20b7a29b0bd820d2e7
tree0e48b8fb88e4fba64a8bec8e87c855425d8670e9
parent861934c7c888973da8bf621b3959e408531539e1
[NETFILTER]: nfnetlink_queue: remove useless enqueue status codes

The queueing core doesn't care about the exact return value from
the queue handler, so there's no need to go through the trouble
of returning a meaningful value as long as we indicate an error.

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