All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] fec: convert TX hook to netdev_tx_t
@ 2010-06-02 19:15 Denis Kirjanov
  2010-06-03 10:19 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2010-06-02 19:15 UTC (permalink / raw)
  To: davem; +Cc: netdev

Convert TX hook return value to netdev_tx_t

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
---
drivers/net/fec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/fec.c b/drivers/net/fec.c
index 42d9ac9..64afed0 100644
--- a/drivers/net/fec.c
+++ b/drivers/net/fec.c
@@ -208,7 +208,7 @@ static void fec_stop(struct net_device *dev);
 /* Transmitter timeout */
 #define TX_TIMEOUT (2 * HZ)
 
-static int
+static netdev_tx_t
 fec_enet_start_xmit(struct sk_buff *skb, struct net_device *dev)
 {
 	struct fec_enet_private *fep = netdev_priv(dev);

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

* Re: [PATCH 1/2] fec: convert TX hook to netdev_tx_t
  2010-06-02 19:15 [PATCH 1/2] fec: convert TX hook to netdev_tx_t Denis Kirjanov
@ 2010-06-03 10:19 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-06-03 10:19 UTC (permalink / raw)
  To: dkirjanov; +Cc: netdev

From: Denis Kirjanov <dkirjanov@hera.kernel.org>
Date: Wed, 2 Jun 2010 19:15:47 +0000

> Convert TX hook return value to netdev_tx_t
> 
> Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>

Applied.

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

end of thread, other threads:[~2010-06-03 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 19:15 [PATCH 1/2] fec: convert TX hook to netdev_tx_t Denis Kirjanov
2010-06-03 10:19 ` 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.