Commit 5ed83663 authored by Denis Kirjanov's avatar Denis Kirjanov Committed by David S. Miller

ksz884x: convert to netdev_tx_t

Convert TX hook to netdev_tx_t type
Signed-off-by: default avatarDenis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa989f5e
...@@ -4854,7 +4854,7 @@ static inline void copy_old_skb(struct sk_buff *old, struct sk_buff *skb) ...@@ -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. * 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_priv *priv = netdev_priv(dev);
struct dev_info *hw_priv = priv->adapter; struct dev_info *hw_priv = priv->adapter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment