Skip to content
Commit d8a6472f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'netdev_tx_t'



Luc Van Oostenryck says:

====================
net: always use netdev_tx_t for xmit()'s return type

The ndo_start_xmit() methods should return a 'netdev_tx_t', not
an int, and so should return NETDEV_TX_OK, not 0.
The patches in the series fix most of the remaning drivers and
subsystems (those included in allyesconfig on x86).
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents fe80536a 2a784784
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