* [PATCH] ethernet/atl1c: remove left over dead code
@ 2016-02-29 16:40 Eric Engestrom
2016-03-02 20:02 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Eric Engestrom @ 2016-02-29 16:40 UTC (permalink / raw)
To: Jay Cliburn, Chris Snook, David S. Miller, Pavel Machek,
Ron Angeles, Michal Hocko, Joe Perches, netdev, linux-kernel
Cc: Eric Engestrom
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ethernet/atl1c: remove left over dead code
2016-02-29 16:40 [PATCH] ethernet/atl1c: remove left over dead code Eric Engestrom
@ 2016-03-02 20:02 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-03-02 20:02 UTC (permalink / raw)
To: eric.engestrom
Cc: jcliburn, chris.snook, pavel, ronangeles, mhocko, joe, netdev,
linux-kernel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-02 20:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 16:40 [PATCH] ethernet/atl1c: remove left over dead code Eric Engestrom
2016-03-02 20:02 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).