Skip to content

Commit

Permalink
alx: remove pointless assignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jarod Wilson authored and David S. Miller committed Dec 3, 2015
1 parent c5b8b34 commit 24e2416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/atheros/alx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 24e2416

Please sign in to comment.