diff options
Diffstat (limited to 'drivers/s390/net/qeth_l2_main.c')
| -rw-r--r-- | drivers/s390/net/qeth_l2_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index 691cecd03b8..2cfc338c462 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c @@ -744,6 +744,7 @@ static int qeth_l2_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)  		card->stats.tx_bytes += tx_bytes;  		if (new_skb != skb)  			dev_kfree_skb_any(skb); +		rc = NETDEV_TX_OK;  	} else {  		if (data_offset >= 0)  			kmem_cache_free(qeth_core_header_cache, hdr);  |