[NET]: unregister_netdevice as void
There was no real useful information from the unregister_netdevice() return code, the only error occurred in a situation that was a driver bug. So change it to a void function. Signed-off-by:Stephen Hemminger <shemminger@osdl.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/netdevice.h 1 addition, 1 deletioninclude/linux/netdevice.h
- net/core/dev.c 5 additions, 8 deletionsnet/core/dev.c
- net/ipv4/ip_gre.c 2 additions, 1 deletionnet/ipv4/ip_gre.c
- net/ipv4/ipip.c 2 additions, 1 deletionnet/ipv4/ipip.c
- net/ipv6/ip6_tunnel.c 2 additions, 1 deletionnet/ipv6/ip6_tunnel.c
- net/ipv6/sit.c 2 additions, 1 deletionnet/ipv6/sit.c
Please register or sign in to comment