Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f55cd10 authored by Jean-Denis Boyer's avatar Jean-Denis Boyer Committed by David S. Miller
Browse files

[ATM]: [br2684] if we free the skb, we should return 0



From: "Jean-Denis Boyer" <jdboyer@mediatrix.com>
Signed-off-by: default avatarChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f21ba7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ static int br2684_start_xmit(struct sk_buff *skb, struct net_device *dev)
		/* netif_stop_queue(dev); */
		dev_kfree_skb(skb);
		read_unlock(&devs_lock);
		return -EUNATCH;
		return 0;
	}
	if (!br2684_xmit_vcc(skb, brdev, brvcc)) {
		/*