From: Pablo Neira Ayuso Date: Thu, 6 Nov 2014 11:32:28 +0000 (+0100) Subject: netfilter: nfnetlink_log: remove unnecessary error messages X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~122^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8225161545a67bdb68cf86beafcdce1604720605;p=pandora-kernel.git netfilter: nfnetlink_log: remove unnecessary error messages In case of OOM, there's nothing userspace can do. If there's no room to put the payload in __build_packet_message(), jump to nla_put_failure which already performs the corresponding error reporting. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed