remove a variable definition which shadows the correct one.
Submitted by: Eitan Adler
This commit is contained in:
parent
d9171fdcc9
commit
6f3bc95594
@ -168,7 +168,6 @@ igb_netmap_txsync(void *a, u_int ring_nr, int do_lock)
|
||||
j = kring->nr_hwcur; /* netmap ring index */
|
||||
if (j != k) { /* we have new packets to send */
|
||||
u32 olinfo_status = 0;
|
||||
int n = 0;
|
||||
|
||||
l = j - kring->nkr_hwofs; /* NIC ring index */
|
||||
if (l < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user