diff options
Diffstat (limited to 'drivers/net/usb/catc.c')
-rw-r--r-- | drivers/net/usb/catc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/catc.c b/drivers/net/usb/catc.c index b9dd42574288..7abdc4abbe07 100644 --- a/drivers/net/usb/catc.c +++ b/drivers/net/usb/catc.c | |||
@@ -448,7 +448,7 @@ static int catc_start_xmit(struct sk_buff *skb, struct net_device *netdev) | |||
448 | 448 | ||
449 | dev_kfree_skb(skb); | 449 | dev_kfree_skb(skb); |
450 | 450 | ||
451 | return 0; | 451 | return NETDEV_TX_OK; |
452 | } | 452 | } |
453 | 453 | ||
454 | static void catc_tx_timeout(struct net_device *netdev) | 454 | static void catc_tx_timeout(struct net_device *netdev) |