[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)
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>

No differences found