1
0
Fork 0
remarkable-linux/net/l2tp
Jiri Slaby ff62605e0d l2tp: cleanup l2tp_tunnel_delete calls
[ Upstream commit 4dc12ffeae ]

l2tp_tunnel_delete does not return anything since commit 62b982eeb4
("l2tp: fix race condition in l2tp_tunnel_delete").  But call sites of
l2tp_tunnel_delete still do casts to void to avoid unused return value
warnings.

Kill these now useless casts.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Sabrina Dubroca <sd@queasysnail.net>
Cc: Guillaume Nault <g.nault@alphalink.fr>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Acked-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:10:31 +01:00
..
Kconfig l2tp: Call udp_sock_create 2014-07-14 16:12:15 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
l2tp_core.c l2tp: cleanup l2tp_tunnel_delete calls 2017-12-20 10:10:31 +01:00
l2tp_core.h l2tp: fix race condition in l2tp_tunnel_delete 2017-09-26 10:24:34 -07:00
l2tp_debugfs.c net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t 2017-07-04 22:35:15 +01:00
l2tp_eth.c l2tp: fix l2tp_eth module loading 2017-10-01 22:35:07 -07:00
l2tp_ip.c l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 2017-11-05 22:22:15 +09:00
l2tp_ip6.c l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 2017-11-05 22:22:15 +09:00
l2tp_netlink.c l2tp: cleanup l2tp_tunnel_delete calls 2017-12-20 10:10:31 +01:00
l2tp_ppp.c l2tp: hold tunnel in pppol2tp_connect() 2017-10-31 10:59:52 +09:00