* [PATCH 1/2] ksz884x: convert to netdev_tx_t
@ 2010-05-31 10:24 Denis Kirjanov
2010-06-01 7:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2010-05-31 10:24 UTC (permalink / raw)
To: davem; +Cc: netdev
Convert TX hook to netdev_tx_t type
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
---
drivers/net/ksz884x.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ksz884x.c b/drivers/net/ksz884x.c
index c80ca64..7805bbf 100644
--- a/drivers/net/ksz884x.c
+++ b/drivers/net/ksz884x.c
@@ -4854,7 +4854,7 @@ static inline void copy_old_skb(struct sk_buff *old, struct sk_buff *skb)
*
* Return 0 if successful; otherwise an error code indicating failure.
*/
-static int netdev_tx(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t netdev_tx(struct sk_buff *skb, struct net_device *dev)
{
struct dev_priv *priv = netdev_priv(dev);
struct dev_info *hw_priv = priv->adapter;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] ksz884x: convert to netdev_tx_t
2010-05-31 10:24 [PATCH 1/2] ksz884x: convert to netdev_tx_t Denis Kirjanov
@ 2010-06-01 7:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-06-01 7:24 UTC (permalink / raw)
To: dkirjanov; +Cc: netdev
From: Denis Kirjanov <dkirjanov@hera.kernel.org>
Date: Mon, 31 May 2010 10:24:49 +0000
> Convert TX hook to netdev_tx_t type
>
> 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-01 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 10:24 [PATCH 1/2] ksz884x: convert to netdev_tx_t Denis Kirjanov
2010-06-01 7:24 ` 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).