]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61365e4a5618f2aae57595156b59fc28ccb0e67a
tree0c736d284f3a81319ddff21c9dc649e065730bd6
parenta726b16ae455ddce4632bcf272061e0199022d76
parent655dbf7f5414a3c94d31546cb91df3677af4b3c7
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>