summaryrefslogtreecommitdiff
path: root/cpus.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-12cpus: let it always return an unsigned int and bail out on errorDaniel Borkmann1-4/+16
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+16
lected='selected'>unified
authorGuillaume Nault <g.nault@alphalink.fr>2017-01-06 20:03:56 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-06 22:18:56 -0500
commit986f7cbc510e29c33b7c8c1701a902a752159425 (patch)
treeaf9547f6cc0ff0581cec9f35e4ea8ec176640f23
parentbb39b0bdc8c62e97ceedb9a5dadea0f098431d8b (diff)
l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()
If "l2tp" was NULL, that'd mean "sk" is NULL too. This can't happen since "sk" is returned by sk_for_each_bound(). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/l2tp/l2tp_ip.c3
-rw-r--r--net/l2tp/l2tp_ip6.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/net/l2tp/l2tp_ip.c b/net/l2tp/l2tp_ip.c