netfilter: xtables: do not print any messages on ENOMEM
authorJan Engelhardt <jengelh@medozas.de>
Wed, 17 Mar 2010 23:27:03 +0000 (00:27 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 18 Mar 2010 13:20:07 +0000 (14:20 +0100)
commit85bc3f38147c5d3fb1eb9ca2236536389b592cae
tree1e853e78c883c5a2dcf72e7d432e7ebf6be04973
parentf5c511c67aaec323c186543856cfddab31bed1d1
netfilter: xtables: do not print any messages on ENOMEM

ENOMEM is a very obvious error code (cf. EINVAL), so I think we do not
really need a warning message. Not to mention that if the allocation
fails, the user is most likely going to get a stack trace from slab
already.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
net/bridge/netfilter/ebt_ulog.c
net/netfilter/xt_LED.c
net/netfilter/xt_hashlimit.c
net/netfilter/xt_statistic.c