Re: [PATCH] net: remove unneeded switch fall-through
From: Li RongQing Date: Tue, 19 Feb 2019 10:15:56 +0800 > This case block has been terminated by a return, so not need > a switch fall-through > > Signed-off-by: Li RongQing Applied, thanks.
[PATCH] 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 --- net/ipv4/igmp.c| 1 - net/ipv6/mcast_snoop.c | 1 - 2 files changed, 2 deletions(-) diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index b448cf32296c..6c2febc39dca 100644 --