ar71xx: fix typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37759
This commit is contained in:
parent
f18fd5512e
commit
53c3b2a193
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ static int ag71xx_tx_packets(struct ag71xx *ag)
|
||||||
DBG("%s: %d packets sent out\n", ag->dev->name, sent);
|
DBG("%s: %d packets sent out\n", ag->dev->name, sent);
|
||||||
|
|
||||||
if (!sent)
|
if (!sent)
|
||||||
return;
|
return 0;
|
||||||
|
|
||||||
netdev_completed_queue(ag->dev, sent, bytes_compl);
|
netdev_completed_queue(ag->dev, sent, bytes_compl);
|
||||||
if ((ring->curr - ring->dirty) < (ring->size * 3) / 4)
|
if ((ring->curr - ring->dirty) < (ring->size * 3) / 4)
|
||||||
|
|
Loading…
Reference in a new issue