net: remove unneeded switch fall-through
authorLi RongQing <lirongqing@baidu.com>
Tue, 19 Feb 2019 02:15:56 +0000 (10:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Feb 2019 21:48:00 +0000 (13:48 -0800)
commita2b5a3fa2ce10411130b496ad0e55ef5a4971fd9
tree7ea07711a1e6eaea1a56b235772f956a6bcbdd08
parentaf736bf071e8ccf395fa7f7d9d105e020cf609cc
net: remove unneeded switch fall-through

This case block has been terminated by a return, so not need
a switch fall-through

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c
net/ipv6/mcast_snoop.c