Re: [PATCH 00/15] always use netdev_tx_t for xmit()'s return type

2020-06-29 Thread David Miller
From: Luc Van Oostenryck Date: Sun, 28 Jun 2020 21:53:22 +0200 > 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

[PATCH 00/15] always use netdev_tx_t for xmit()'s return type

2020-06-28 Thread Luc Van Oostenryck
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). Luc Van Oostenryck (15): cail,hsi: fix cfhsi_xmit()'s return type