diff options
-rw-r--r-- | drivers/net/ucc_geth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index afaf088b72ea..0f8c99e845dd 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -3273,7 +3273,7 @@ static int ucc_geth_tx(struct net_device *dev, u8 txQ) | |||
3273 | /* Handle the transmitted buffer and release */ | 3273 | /* Handle the transmitted buffer and release */ |
3274 | /* the BD to be used with the current frame */ | 3274 | /* the BD to be used with the current frame */ |
3275 | 3275 | ||
3276 | if ((bd == ugeth->txBd[txQ]) && (netif_queue_stopped(dev) == 0)) | 3276 | if (bd == ugeth->txBd[txQ]) /* queue empty? */ |
3277 | break; | 3277 | break; |
3278 | 3278 | ||
3279 | dev->stats.tx_packets++; | 3279 | dev->stats.tx_packets++; |