diff --git a/[refs] b/[refs] index 04005b556507..1b6d511ada3a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb55b327cb7638d5b5320c766950bfb328636e9f +refs/heads/master: 5e687220a047dc4f0c2fb9ce886359a23075ddbc diff --git a/trunk/net/atm/lec.c b/trunk/net/atm/lec.c index 5799fb52365a..8f701cde5945 100644 --- a/trunk/net/atm/lec.c +++ b/trunk/net/atm/lec.c @@ -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;