mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ipmr: use goto to common label instead of opencoding
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
12207e498b
commit
69ebbf58f3
1 changed files with 1 additions and 2 deletions
|
@ -1243,8 +1243,7 @@ static void ipmr_queue_xmit(struct sk_buff *skb, struct mfc_cache *c, int vifi)
|
||||||
vif->dev->stats.tx_bytes += skb->len;
|
vif->dev->stats.tx_bytes += skb->len;
|
||||||
vif->dev->stats.tx_packets++;
|
vif->dev->stats.tx_packets++;
|
||||||
ipmr_cache_report(net, skb, vifi, IGMPMSG_WHOLEPKT);
|
ipmr_cache_report(net, skb, vifi, IGMPMSG_WHOLEPKT);
|
||||||
kfree_skb(skb);
|
goto out_free;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue