diff options
Diffstat (limited to 'drivers/net/ll_temac_main.c')
-rw-r--r-- | drivers/net/ll_temac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c index 96e7248876c1..da8d0a0ca94f 100644 --- a/drivers/net/ll_temac_main.c +++ b/drivers/net/ll_temac_main.c | |||
@@ -591,7 +591,7 @@ static int temac_start_xmit(struct sk_buff *skb, struct net_device *ndev) | |||
591 | /* Kick off the transfer */ | 591 | /* Kick off the transfer */ |
592 | temac_dma_out32(lp, TX_TAILDESC_PTR, tail_p); /* DMA start */ | 592 | temac_dma_out32(lp, TX_TAILDESC_PTR, tail_p); /* DMA start */ |
593 | 593 | ||
594 | return 0; | 594 | return NETDEV_TX_OK; |
595 | } | 595 | } |
596 | 596 | ||
597 | 597 | ||