commit | a2506c04322ca266fe2f9bd7d02a67b1972da611 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Wed Nov 09 12:59:13 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 12:59:13 2005 -0800 |
tree | d7ba0e2ea3e8fc2f6215676c6ca6682b7b847f1b | |
parent | eaae4fa45e0f4cd1da0f00ae93551edb1002b2b9 [diff] |
[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 <pablo@netfilter.org> Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>