From: Harald Welte Date: Wed, 9 Nov 2005 20:59:13 +0000 (-0800) Subject: [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void X-Git-Tag: v2.6.15-rc1~60^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2506c04322ca266fe2f9bd7d02a67b1972da611;p=pandora-kernel.git [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void nfattr_parse (and thus nfattr_parse_nested) always returns success. So we can make them 'void' and remove all the checking at the caller side. Based on original patch by Pablo Neira Ayuso Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed