Merge branch 'netdev_tx_t'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:52:53 +0000 (20:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:52:53 +0000 (20:52 -0700)
commitd8a6472f35946f50a6d3b5c5d595e5e2a90dc749
tree0c736d284f3a81319ddff21c9dc649e065730bd6
parentfe80536acf8397827be77f9b8ada384b90e790d0
parent2a78478439317bb18eafb834e10b0dc02c1e53c2
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: David S. Miller <davem@davemloft.net>