commit | 2b61997aa0c68ae033d066ac2d9905ada81b761a | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Feb 07 15:00:15 2017 +0100 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Feb 09 10:22:17 2017 +0100 |
tree | a335e1a8dff3bf966f1cf17243420b87e3306a81 | |
parent | f5e2bb4f5b2252e8f170f59bece2cf9a2efc8e6a [diff] |
xfrm: policy: xfrm_policy_unregister_afinfo can return void Nothing checks the return value. Also, the errors returned on unregister are impossible (we only support INET and INET6, so no way xfrm_policy_afinfo[afinfo->family] can be anything other than 'afinfo' itself). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>