Skip to content

Commit 5e68722

Browse files
Julia Lawalldavem330
authored andcommitted
net/atm/lec.c: drop code after return
The break after the return serves no purpose. Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Richard Genoud <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent bb55b32 commit 5e68722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/atm/lec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,6 @@ static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv,
19311931
switch (priv->lane_version) {
19321932
case 1:
19331933
return priv->mcast_vcc;
1934-
break;
19351934
case 2: /* LANE2 wants arp for multicast addresses */
19361935
if (!compare_ether_addr(mac_to_find, bus_mac))
19371936
return priv->mcast_vcc;

0 commit comments

Comments
 (0)