Skip to content

Commit 24e2416

Browse files
jarodwilsondavem330
authored andcommitted
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>
1 parent c5b8b34 commit 24e2416

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/atheros/alx

1 file changed

+0
-1
lines changed

drivers/net/ethernet/atheros/alx/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ static int alx_alloc_rings(struct alx_priv *alx)
577577

578578
alx->int_mask &= ~ALX_ISR_ALL_QUEUES;
579579
alx->int_mask |= ALX_ISR_TX_Q0 | ALX_ISR_RX_Q0;
580-
alx->tx_ringsz = alx->tx_ringsz;
581580

582581
netif_napi_add(alx->dev, &alx->napi, alx_poll, 64);
583582

0 commit comments

Comments
 (0)