diff options
Diffstat (limited to 'drivers/net/wan/dscc4.c')
-rw-r--r-- | drivers/net/wan/dscc4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/dscc4.c b/drivers/net/wan/dscc4.c index 8face5db8f32..e81946d98543 100644 --- a/drivers/net/wan/dscc4.c +++ b/drivers/net/wan/dscc4.c | |||
@@ -1182,7 +1182,7 @@ static int dscc4_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1182 | if (dscc4_tx_quiescent(dpriv, dev)) | 1182 | if (dscc4_tx_quiescent(dpriv, dev)) |
1183 | dscc4_do_tx(dpriv, dev); | 1183 | dscc4_do_tx(dpriv, dev); |
1184 | 1184 | ||
1185 | return 0; | 1185 | return NETDEV_TX_OK; |
1186 | } | 1186 | } |
1187 | 1187 | ||
1188 | static int dscc4_close(struct net_device *dev) | 1188 | static int dscc4_close(struct net_device *dev) |