sfc: Remove efx_channel::evqnum field
It is redundant with efx_channel::channel. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
a2589027ff
commit
d307402534
@@ -1854,7 +1854,6 @@ static int efx_init_struct(struct efx_nic *efx, struct efx_nic_type *type,
|
||||
channel = &efx->channel[i];
|
||||
channel->efx = efx;
|
||||
channel->channel = i;
|
||||
channel->evqnum = i;
|
||||
channel->work_pending = false;
|
||||
}
|
||||
for (i = 0; i < EFX_TX_QUEUE_COUNT; i++) {
|
||||
|
Reference in New Issue
Block a user