Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345989 > unrolled thread

[PATCH] ethernet/atl1c: remove left over dead code

Started byEric Engestrom <eric.engestrom@imgtec.com>
First post2016-02-29 17:50 +0100
Last post2016-03-02 21:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ethernet/atl1c: remove left over dead code Eric Engestrom <eric.engestrom@imgtec.com> - 2016-02-29 17:50 +0100
    Re: [PATCH] ethernet/atl1c: remove left over dead code David Miller <davem@davemloft.net> - 2016-03-02 21:10 +0100

#1345989 — [PATCH] ethernet/atl1c: remove left over dead code

FromEric Engestrom <eric.engestrom@imgtec.com>
Date2016-02-29 17:50 +0100
Subject[PATCH] ethernet/atl1c: remove left over dead code
Message-ID<r7zbc-5xn-19@gated-at.bofh.it>
Left over from c24588afc536a35c924d014f13b669b20ccf8553
("atl1c: using fixed TXQ configuration for l2cb and l1c")

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
index 8b5988e..d0084d4 100644
--- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
+++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
@@ -65,10 +65,6 @@ static void atl1c_reset_dma_ring(struct atl1c_adapter *adapter);
 static int atl1c_configure(struct atl1c_adapter *adapter);
 static int atl1c_alloc_rx_buffer(struct atl1c_adapter *adapter);
 
-static const u16 atl1c_pay_load_size[] = {
-	128, 256, 512, 1024, 2048, 4096,
-};
-
 
 static const u32 atl1c_default_msg = NETIF_MSG_DRV | NETIF_MSG_PROBE |
 	NETIF_MSG_LINK | NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP;
-- 
2.7.1

[toc] | [next] | [standalone]


#1348447

FromDavid Miller <davem@davemloft.net>
Date2016-03-02 21:10 +0100
Message-ID<r8lfP-4Ej-15@gated-at.bofh.it>
In reply to#1345989
From: Eric Engestrom <eric.engestrom@imgtec.com>
Date: Mon, 29 Feb 2016 16:40:23 +0000

> Left over from c24588afc536a35c924d014f13b669b20ccf8553
> ("atl1c: using fixed TXQ configuration for l2cb and l1c")
> 
> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web