netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] neterion/s2io: remove unused s2io_start_tx_queue routine
@ 2014-04-21  3:13 Ying Xue
  2014-04-23  1:28 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ying Xue @ 2014-04-21  3:13 UTC (permalink / raw)
  To: jdmason; +Cc: davem, netdev

Signed-off-by: Ying Xue <ying.xue@windriver.com>
---
 drivers/net/ethernet/neterion/s2io.c |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c
index a2844ff..e900c1a 100644
--- a/drivers/net/ethernet/neterion/s2io.c
+++ b/drivers/net/ethernet/neterion/s2io.c
@@ -534,15 +534,6 @@ static inline void s2io_start_all_tx_queue(struct s2io_nic *sp)
 	netif_tx_start_all_queues(sp->dev);
 }
 
-static inline void s2io_start_tx_queue(struct s2io_nic *sp, int fifo_no)
-{
-	if (!sp->config.multiq)
-		sp->mac_control.fifos[fifo_no].queue_state =
-			FIFO_QUEUE_START;
-
-	netif_tx_start_all_queues(sp->dev);
-}
-
 static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp)
 {
 	if (!sp->config.multiq) {
-- 
1.7.9.5

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

* Re: [PATCH net-next] neterion/s2io: remove unused s2io_start_tx_queue routine
  2014-04-21  3:13 [PATCH net-next] neterion/s2io: remove unused s2io_start_tx_queue routine Ying Xue
@ 2014-04-23  1:28 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-04-23  1:28 UTC (permalink / raw)
  To: ying.xue; +Cc: jdmason, netdev

From: Ying Xue <ying.xue@windriver.com>
Date: Mon, 21 Apr 2014 11:13:02 +0800

> Signed-off-by: Ying Xue <ying.xue@windriver.com>

Applied.

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

end of thread, other threads:[~2014-04-23  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21  3:13 [PATCH net-next] neterion/s2io: remove unused s2io_start_tx_queue routine Ying Xue
2014-04-23  1:28 ` 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).