All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] alx: remove pointless assignment
@ 2015-11-30 22:33 Jarod Wilson
  2015-12-03 16:58 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jarod Wilson @ 2015-11-30 22:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jarod Wilson, Jay Cliburn, Chris Snook, netdev

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>
---
 drivers/net/ethernet/atheros/alx/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c
index 4f07cbf..549a8ce 100644
--- a/drivers/net/ethernet/atheros/alx/main.c
+++ b/drivers/net/ethernet/atheros/alx/main.c
@@ -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);
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] alx: remove pointless assignment
  2015-11-30 22:33 [PATCH net-next] alx: remove pointless assignment Jarod Wilson
@ 2015-12-03 16:58 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-12-03 16:58 UTC (permalink / raw)
  To: jarod; +Cc: linux-kernel, jcliburn, chris.snook, netdev

From: Jarod Wilson <jarod@redhat.com>
Date: Mon, 30 Nov 2015 17:33:36 -0500

> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-03 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 22:33 [PATCH net-next] alx: remove pointless assignment Jarod Wilson
2015-12-03 16:58 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.