avf: remove dead store
Type: fix Change-Id: Ic8d965aecea6b5b729e3f414235e676d62de779a Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
dde163d96f
commit
a7cea39b33
@@ -455,7 +455,6 @@ retry:
|
||||
}
|
||||
|
||||
txq->next = next & mask;
|
||||
next = txq->next;
|
||||
avf_tail_write (txq->qtx_tail, txq->next);
|
||||
txq->n_enqueued += n_desc;
|
||||
n_left -= n_enq;
|
||||
|
Reference in New Issue
Block a user