]> Git Repo - linux.git/blobdiff - drivers/net/ifb.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluet...
[linux.git] / drivers / net / ifb.c
index 96713ef0629848dd1d529246a7b8fe1941f43816..0a79b45178044fd60b87c0d14898ba87bc445eb2 100644 (file)
@@ -164,7 +164,7 @@ static int ifb_xmit(struct sk_buff *skb, struct net_device *dev)
 {
        struct ifb_private *dp = netdev_priv(dev);
        struct net_device_stats *stats = &dev->stats;
-       int ret = 0;
+       int ret = NETDEV_TX_OK;
        u32 from = G_TC_FROM(skb->tc_verd);
 
        stats->rx_packets++;
This page took 0.033629 seconds and 4 git commands to generate.