commit | d8a6472f35946f50a6d3b5c5d595e5e2a90dc749 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jun 28 20:52:53 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 28 20:52:53 2020 -0700 |
tree | 0c736d284f3a81319ddff21c9dc649e065730bd6 | |
parent | fe80536acf8397827be77f9b8ada384b90e790d0 [diff] | |
parent | 2a78478439317bb18eafb834e10b0dc02c1e53c2 [diff] |
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>