Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/atm/lec.c: drop code after return

The break after the return serves no purpose.

Signed-off-by: Julia Lawall <julia@diku.dk>
Reviewed-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Julia Lawall and committed by
David S. Miller
5e687220 bb55b327

-1
-1
net/atm/lec.c
··· 1931 1931 switch (priv->lane_version) { 1932 1932 case 1: 1933 1933 return priv->mcast_vcc; 1934 - break; 1935 1934 case 2: /* LANE2 wants arp for multicast addresses */ 1936 1935 if (!compare_ether_addr(mac_to_find, bus_mac)) 1937 1936 return priv->mcast_vcc;