Skip to content

Commit

Permalink
net/atm/lec.c: drop code after return
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julia Lawall authored and davem330 committed Sep 23, 2008
1 parent bb55b32 commit 5e68722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/atm/lec.c
Expand Up @@ -1931,7 +1931,6 @@ static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv,
switch (priv->lane_version) {
case 1:
return priv->mcast_vcc;
break;
case 2: /* LANE2 wants arp for multicast addresses */
if (!compare_ether_addr(mac_to_find, bus_mac))
return priv->mcast_vcc;
Expand Down

0 comments on commit 5e68722

Please sign in to comment.