alx: remove pointless assignment
Reasonably sure this doesn't serve any purpose. CC: Jay Cliburn <jcliburn@gmail.com> CC: Chris Snook <chris.snook@gmail.com> CC: netdev@vger.kernel.org Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c5b8b34c3f
commit
24e2416e5a
|
@ -577,7 +577,6 @@ static int alx_alloc_rings(struct alx_priv *alx)
|
|||
|
||||
alx->int_mask &= ~ALX_ISR_ALL_QUEUES;
|
||||
alx->int_mask |= ALX_ISR_TX_Q0 | ALX_ISR_RX_Q0;
|
||||
alx->tx_ringsz = alx->tx_ringsz;
|
||||
|
||||
netif_napi_add(alx->dev, &alx->napi, alx_poll, 64);
|
||||
|
||||
|
|
Loading…
Reference in New Issue